Does anyone know how to get the linker to generate a warning if you attempt to allocate more memory than you physically have? I have 8MB on-board and if I...
Kevin, are you sure you have exceeded the ram ? I just created a new project and entered the following variables. BYTE data1[0x400000]; BYTE data2[0x400000];...
I'm using the CFV2-66 to create a web server that when certain pages age acesssed it calls a function that will send a UDP packet to a purpose built ethernet...
I have a Netburner MOD5282 and would like to save data to flash memory. I understand that I can use the following commands to do this: You can save it with:...
First of all you must understand that this is just a bit of memory - just like RAM. It can be in a random state before you start - so your program can't expect...
Just go ahead. Use a cast if the compiler complains. Char is simply the generic byte in C. Unsigned came later, after those system calls were defined. ... ...
Yes, you must structure your data. Doesn't have to be a C structure. I'm using variable self-describing data. The "uninitialized data protection" is, I think,...
Hi, I have a Netburner MOD5282 and would like to save data to flash memory. I understand that I can use the following commands to do this: SaveUserParameters(...
I'm using the MOD5272 and this NB call starts is all over. ForceReboot(); // restart the server ... From: seulaterbuddy [mailto:no_reply@yahoogroups.com] ...
I posted a question about this last week and as the only reply i got was someone laughing at my spelling i still am unsure about how to resolve the problem!...
Sorry i cannot be of much help. i am new to Netburner my self. have you check out the Programmers Guide to see if there are any tips in there that would help...
Hello Kevin. Please view bellow a peace of code which was based on NetBurner NTP ( network time protocol example). It is part of a bigger file, so you can't...
I asked NB support. That after also searching the docs and finding nothing. ... From: seulaterbuddy [mailto:no_reply@yahoogroups.com] Sent: Friday, February...
Unplug the power cable, then plug it in and before your program loads press "A" (though MTTTY). Then try using MTTTY to load a good S19 file onto your board...
As an aside, you need to use a hard powerup to get reliable operation of the command line flashing. I had a bug that resulted in Div0 trap which restarted the...
John, in order for us to help you, you have to be a bit more specific than "did not work". Were you unable to press A before your program loads? Was there an...
mkr, It was a race between powering up the kit, and typing out SETUP and typing A. I could not tell if I was able to type SETUP then type A before the system...
Further aside, I've also found what you say to be true; certain traps are not stopped by going into the monitor. I have found that a NB> reset command and...
Hi, I have some problem with the UpdateConfigRecord() function because after I have called this function the length of the Parameters in system flash is 0x94....
... when ... #define S_RESET {sim.reset.rcr=0x80;} You can define the following MACRO and the put the line containing the macro execution in your code:...
Check that the config_record struct typedef in C:\Nburn\include\system.h is exactly the same as the definition in your monitor code. I had a difference between...
lOOKING FOR SOMEONE TO DO OUTSIDE CONSULTING WORK FOR OUR COMPANY. WE ARE PRESENTLY DEVELOPING A DATA LOGGING SYSTEM WITH WEB OUTPUT ON AN SB72 I\O BOARD....