Take a look at the Telnetcmd example. The present released documentation in this area is weak (it's being fixed) the best documentation is to b found in the...
Hi, is there a way to calculate CPU usage in NB5282? I tried to create a one second loop when starting up (increment a counter), and an idle task with priority...
Go to nburn\system\ucos.c and add a counter to the middle of the static void OSTaskIdle( void *data ) nop loop. this will give you an indication of how much...
Hi, I my MOD5282 hanged *totally* twice yesterday (I can't ping it, taskscan does not work, total hang) To solve the problem I created a new task that spits...
Several things to check. 1)Make sure your power supply is solid. (this only really applies if you are not using the NB kit, but have it plugged into your own...
I have attempted to setup a critical section that is rather long for the purpose of programming a fpga device. Looking on a logic analyzer, I can see periods...
... add ... selector) ... are ... Thx for the reply, I tried this, but when my app hangs, even the DBGSerial function stops. Really weird. (tried several...
I belive you need to use the functions USER_ENTER_CRITICAL() & USER_EXIT_CRITICAL() for critical sections thats the what I use I have never used the OS...
Hello. By the way, you can use use UCOS_ENTER_CRITICAL(); and UCOS_EXIT_CRITICAL(); it will disable all interacts by setting SR register to 0x2700, and no...
After additional review of both functions, I tend to belive that Mark suggestion is a better one, since it allows nesting. Any how both will work. Ezra Koper ...
Sometimes responses to http requests are very slow with my CFV2-40. When the program starts "OSChangePrio(MAIN_PRIO)" is executed. There are two other tasks...
Hello. Please install Ethernet sniffer. You can get an excellent for free from http://www.ethereal.com/ and make sure there are no packet loss which cause for...
I have a project where I have to provide a DHCP client. I am wondering what to use for proto work until the board arrives. One thought was to use the ...
Hello Ed. Our product is based on MOD5272, and we use DHCP. There were several issues with DHCP on older NNDK versions, which were resolved by NB. I would...
Hi, I'm trying to use the I2C module on the MOD5282. I cant seem to get my simple program to work. My program just initializes the I2C module and then send an...
My appologies for being unclear. I will be creating a PPC based DHCP client. I want to test the client protocol to make sure that I can obtain and release...
Someone in sales asked for a an example program that can display the NTP time on the LED display. I thought I'd post it... This works for all of the modules. ...
... Since you ask, I'll say yes. But even better would be a cookbook area on netburner's site ala the stuff activestate does for TCL etc. I found those areas...
Ed Snow suggested that we add a cookbook section where people could post and share code examples. We think this is an excellent idea. Can anyone in the group...
My personal choice for critical sections is the OS_CRIT object. First it only works for protecting resources between tasks, not between tasks and interrupts. ...
Just as you press send... The idea of posting code snippets here is good too as it means you don't have to go to yahoo group to read the code. Kevin...
Does anyone have any code implementing https? Is there a Netburner roadmap toward implementing this? I have some classes the implement the POST and GET methods...
... but it also means that if someone runs into that problem later, they have to do a search (using the right terms), or they have to have just happened to see...
Hi, I'm using the Dev C++ 1.12 for the NB 5272 module and I'd like to be able to use the CVS feature. I've downloaded TortoiseCVS and it looks like I can get...