Search the web
Sign In
New User? Sign Up
netburner_group · NetBurner - Embedded Ethernet
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 268 - 304 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
268
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_d_mccall
Offline Send Email
Feb 3, 2005
11:32 am
269
Kev, Have we finally ran out of RAM then?...
Jim Ramsay
tamkitevp
Online Now Send Email
Feb 3, 2005
12:23 pm
270
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];...
seulaterbuddy
Offline
Feb 3, 2005
12:31 pm
271
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...
kevin_gray65
Offline Send Email
Feb 4, 2005
7:11 pm
272
i before e except after c....
Jim Ramsay
tamkitevp
Online Now Send Email
Feb 4, 2005
10:47 pm
275
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:...
fmf
fmf14
Offline Send Email
Feb 9, 2005
1:18 pm
276
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...
iqbal bains
iqbal_bains
Offline Send Email
Feb 9, 2005
1:30 pm
278
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. ... ...
Al Mansur
alm_nstor
Offline Send Email
Feb 9, 2005
5:36 pm
279
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,...
Al Mansur
alm_nstor
Offline Send Email
Feb 9, 2005
5:54 pm
280
Al, Thanks for the help.. -Frank ... __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. ...
fmf
fmf14
Offline Send Email
Feb 9, 2005
8:05 pm
281
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(...
fmf
fmf14
Offline Send Email
Feb 9, 2005
8:24 pm
282
I would like to be able to reset the MOD5282 board via software when a certain condition it met. what is a good way to accomplish this....
seulaterbuddy
Offline
Feb 10, 2005
4:19 pm
283
I'm using the MOD5272 and this NB call starts is all over. ForceReboot(); // restart the server ... From: seulaterbuddy [mailto:no_reply@yahoogroups.com] ...
Al Mansur
alm_nstor
Offline Send Email
Feb 10, 2005
4:24 pm
284
Thank AL. JIm ... reset? ... when...
seulaterbuddy
Offline
Feb 10, 2005
4:29 pm
287
AL, How did you find this function? i could not find it in the docs. ... reset? ... when...
seulaterbuddy
Offline
Feb 11, 2005
12:26 pm
288
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!...
kevin_gray65
Offline Send Email
Feb 11, 2005
1:36 pm
289
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...
seulaterbuddy
Offline
Feb 11, 2005
1:45 pm
290
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...
Ezra Koper
ezrakoper
Offline Send Email
Feb 11, 2005
2:44 pm
291
I asked NB support. That after also searching the docs and finding nothing. ... From: seulaterbuddy [mailto:no_reply@yahoogroups.com] Sent: Friday, February...
Al Mansur
alm_nstor
Offline Send Email
Feb 11, 2005
4:58 pm
292
We are adding it to the docs. #include <bsp.h> void ForceReboot(); Causes a reboot and never returns.... Paul...
Paul Breed
pbreed
Offline Send Email
Feb 11, 2005
5:27 pm
294
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...
seulaterbuddy
Offline
Feb 11, 2005
8:20 pm
295
Thanks,,, but that did not work anybody else with any suggestions? ~john ... loads ... directory. ... lost ... was ... to...
travelpayne
Offline Send Email
Feb 11, 2005
9:17 pm
296
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...
Ed Snow
hooyaejs
Offline Send Email
Feb 11, 2005
9:22 pm
297
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...
mkrodby
Offline Send Email
Feb 11, 2005
9:27 pm
298
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...
travelpayne
Offline Send Email
Feb 11, 2005
9:46 pm
300
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...
Al Mansur
alm_nstor
Offline Send Email
Feb 11, 2005
11:34 pm
301
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....
pschneider54
Offline
Feb 13, 2005
3:02 pm
302
... 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:...
pschneider54
Offline
Feb 13, 2005
3:08 pm
303
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...
Kevin McCall
kevin_d_mccall
Offline Send Email
Feb 14, 2005
2:45 pm
304
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....
axiomentertainment
axiomenterta...
Offline Send Email
Feb 15, 2005
2:36 am
Messages 268 - 304 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help