1) As Jörg said, in order for a lower priority task to run, all higher priority tasks must block using a any OS blocking call (OSTemDelay, OSSemPend, etc),...
As a treat for our loyal customers, I'm posting a spy photo. http://www.netburner.com/images/products/MOD5213.jpg This is a picture of NetBurner's new MOD5213...
If you want to use an interactive debugger you have to need to use the functions InitGDBStubNoBreak() or InitGDBStub() and the Insight debugger included in the...
A general comment on Debug. The latest release has a Network, based GDB stub that works much better with insight than the old serial stub, it's faster, it does...
Hello Paul. Why network debug isn't available on MOD5272, and is available on MOD5270 and 5282? Both CPU's contain Ethernet and serial so what is the reason...
Hello. Had anyone implemented SSH in order to achieve secure Telnet? Can anyone recommend on some open source/free code which can be relatively easy...
... The NetWork debugging stack runs at Level 7 non-maskable IRQ. A non maskable interrupt can not communicate with the RTOS and normal TCP/IP stack. On the...
I screwed up. I thought it was a public release. It has been used in a number of trainings, so I had been answering questions about it. (That's why I thought...
See: http://www.netburner.com/updates/NNDKSetup198.exe This has network debugging for the MOD5282, MOD5270 and SB70 (No one outside of NB has any of these yet)...
Playing with MOD5282 and dedicated base board for a couple of weeks, finally I had to move to target module MOD5272. And there is a problem with that one,...
Every new release of the NNDK I have to make the change to a file in the make directory of the NNDK. In libmain.mak I add $(EXTRACFLAGS) and ($EXTRACXXFLAGS)...
I am trying out the new network debugging in 1.98 beta 1. It seams that you cannot call the function InitializeNetworkGDB() or InitializeNetworkGDB_and_Wait()...
I m having trouble using GDB insight debugger for mod5272. i created this DBMyproject.s19 file and uploaded. then opened this myproject.elf file. then tried to...
I also make changes to the default make files to place the ojbect files in a sub-directory so my source directory is nice and clean and CVS doesn't complain as...
Hello Steve, ... Is the .s19 file you are downloading via the serial port a "*_APP.s19", or just "*.s19"? Each time you compile both file extensions are...
Makefiles.... We have two makefile requests that happen over and over... 1)Make the obj files go in a different directory. 2)Allow the makefile to pickup...
Personally, I have not had one complaint about the Netburner tools. I use the ide system to build projects, to me if you have the ide why even bother with the...
Hello Paul. I use command line, and prefer easy way to be able to work with sub folders whcih contain source code and h files ________________________________ ...
Rather than supply a wish list, this is what I've had to do to the NB tools: #1 was to support a file hierarchy. This had to happen first because we integrated...
I have made quite a few large programs using the MOD5282 & 5272 & 5270. all of which were plugged into my host board with decoders and latches to get access to...
Not that I have a strong feeling here, one way or another, but I am guessing I understand both sides. - The IDE is great when you're working at a fairly high...