Search found 6 matches

by zhangjie5168
Thu Sep 27, 2012 10:26 pm
Forum: NetBurner Software
Topic: how to reduce the time for UDP packet receiving process
Replies: 2
Views: 2338

how to reduce the time for UDP packet receiving process

In the UdpReaderTask, upkt(&fifo, 0 * TICKS_PER_SECOND), it holding time 25ms,


J2[8] = 1; //just for test holding time
UDPPacket upkt(&fifo, 0 * TICKS_PER_SECOND); // it holding time 25ms,

J2[8] = 0;
this code have taken so much of MCU time
by zhangjie5168
Thu Sep 13, 2012 9:50 pm
Forum: NetBurner Software
Topic: IRQ1 low-level trigger
Replies: 6
Views: 5038

Re: IRQ1 low-level trigger

[img]C:\Documents%20and%20Settings\HICOM\桌面[/img] The schematic IRQ1_test is my test circuit for IRQ1 level-sensitive triggering. and I set " sim.eport.eppar= 0x0000; "//set the IRQ1 level-sensitive. The interrupt routine is triggered by the state of the IRQ pin, and executed immediately. ...
by zhangjie5168
Thu Sep 13, 2012 7:41 pm
Forum: NetBurner Software
Topic: IRQ1 low-level trigger
Replies: 6
Views: 5038

Re: IRQ1 low-level trigger

It can be done. Have a look at the Freescale Manual for the MCF5282, provided in the docs folder. You should look at the chapter describing the Edge Port Module, as this covers IRQ inputs. Specifically the EPPAR , which configures each of IRQ1 - IRQ7 independently. IRQ1 can be configured as a level...
by zhangjie5168
Thu Sep 06, 2012 10:50 pm
Forum: NetBurner Software
Topic: App Header Failed
Replies: 0
Views: 2775

App Header Failed

this is my MOD5282 serial output information: Waiting 2sec to start 'A' to abort //==================================== App Header Failed No Valid app Netburner MOD5282 Monitor V1.13 Dec 6 2005 14:35:59 HELP for help nb> //======================================= and I didn't input anything via MTTY,...
by zhangjie5168
Mon Aug 06, 2012 11:38 pm
Forum: NetBurner Software
Topic: IRQ1 low-level trigger
Replies: 6
Views: 5038

IRQ1 low-level trigger

I wanna set the pin IRQ1 of the MOD5282 low-level trigger,but i don't know whether it can do and how to do it.
I am looking forward to receiving your answer.

Thank you so much!
by zhangjie5168
Sun Aug 05, 2012 9:12 pm
Forum: NetBurner Software
Topic: How to realize QSPI 24bit communication
Replies: 1
Views: 2070

How to realize QSPI 24bit communication

I am a chinese user,how to realize the MOD5282's 24bit communication?
thank you.