Search found 10 matches

by leetehui
Tue Apr 14, 2020 7:22 pm
Forum: NetBurner Software
Topic: How to get shorter time tick for OSTimeDly()
Replies: 4
Views: 3442

Re: How to get shorter time tick for OSTimeDly()

Thank you very much for your reply. Sorry for the late response. I am shifted to other tasks recently. I am using NNDKSetupRel24_rc2.exe for MOD5070B. Quite an old version I believe. I need a faster response of certain task in my program. No problem with task switch. HiResTimer seems to be a good so...
by leetehui
Tue Mar 10, 2020 8:13 pm
Forum: NetBurner Software
Topic: How to get shorter time tick for OSTimeDly()
Replies: 4
Views: 3442

How to get shorter time tick for OSTimeDly()

platform: MOD5270B I need faster response of the module to the request. Currently, TICKS_PER_SECOND is 20. Every tick will takes 50 msec which is too slow for me. I try to use OSChangeTaskDly() to change the new tick but it seems not working and the function is not recommended as described in the ma...
by leetehui
Sun Mar 01, 2020 7:40 pm
Forum: NetBurner Software
Topic: Can I shorten the timeout for GetNTPTime() call when NTP server is not functional?
Replies: 2
Views: 2501

Can I shorten the timeout for GetNTPTime() call when NTP server is not functional?

Can I shorten the timeout for GetNTPTime call when NTP server is not functional?
The timeout for GetNTPTime function is so long that device will reset when watchdog function is enabled.
by leetehui
Fri Mar 16, 2018 9:08 pm
Forum: NetBurner Hardware
Topic: speed of core module address and data bus
Replies: 2
Views: 4131

speed of core module address and data bus

I am using MOD5270B. When I use command memmove(), the clock speed of address and data bus to access external device is about 600 ns.
Can I make it faster? Which core module has the highest speed for external interface?
by leetehui
Mon Sep 10, 2012 3:41 am
Forum: NetBurner Hardware
Topic: Can OpenSerial() supports for all UARTs in MOD54415?
Replies: 2
Views: 2693

Can OpenSerial() supports for all UARTs in MOD54415?

There are 8 UARTs in MOD54415. Can OpenSerial() function support all these UARTs?
by leetehui
Sun Oct 16, 2011 10:50 pm
Forum: NetBurner Software
Topic: Detecting presence of MOD Dev-100 or -70 boards, or not
Replies: 3
Views: 3693

Re: Detecting presence of MOD Dev-100 or -70 boards, or not

where can we find the verilog source code for MOD-DEV-100 CPLD?
by leetehui
Tue Nov 23, 2010 3:33 am
Forum: NetBurner Software
Topic: How to make watchdog timer running? shows random behaviour.
Replies: 6
Views: 7794

Re: How to make watchdog timer running? shows random behaviour.

I also met problem to set watchdog timer timeout. How to set the timeout to 1.2 seconds?
sim.wtm.wmr = 18000; is not working
by leetehui
Tue Sep 15, 2009 6:46 pm
Forum: NetBurner Software
Topic: Can Netburn FFS support long file name?
Replies: 4
Views: 4125

Can Netburn FFS support long file name?

Can Netburn FFS support long file name? Any example code?
by leetehui
Tue Sep 15, 2009 6:44 pm
Forum: NetBurner Software
Topic: do you have sample code for UDP broadcast?
Replies: 1
Views: 2626

do you have sample code for UDP broadcast?

I hope to send UDP broadcast message to subnet.
I met problem using multicast example. Can someone provide sample code to me? :?: