Has anyone else run into problems programming multiple chips using the AutoUpdate utility? I am trying to run the CAN example as described in the Netburner ...
Try closing IP Setup before programming the second unit. Dan ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of...
Hi. I am unable to load program into the device anymore. The board was working fine and was performing auto update via LAN. After a code modification, the ...
Hello, NBEclipse and Dev-C++ are two different takes on accomplishing the same thing. In the most basic terms, Dev-C++ aims to be an editor first, and an IDE...
Hello, Thanks to everyone here testing the release of NBEclipse. I have receieved some great feedback. Here I will try to list the common errors people are...
I have been experiencing a problem with NBfind not updating a target as expected. When I double click on the desired target, I seem to successfully compile and...
Has anyone had success hooking a NetBurner 5282/carrier board (v1.70) up to any other boards from different manufacturers (via CAN)? Are there any tricks to...
Hello members, Is there any new information about the Command Processor? Also, does anyone have a good way to parse out the strings of the received command? ...
here are some very good examples in the Nburn example directly. Do a word find on "command.h" in the example directory. A great method to locate examples...
... (v1.70) ... NB ... megabit no ... also ... chip ... are ... I'm ... I have a CAN network running using the 5282 and the carrier board. On my carrier board...
Thanks Gregg! Where are the functions TrinLeft() and FindSpace() declared? Thanks, David ... From: Gregg Herzog To: netburner_group@yahoogroups.com Sent:...
Hi David, They are function that I wrote. I have copies them to this message. Gregg void TrimLeft(char **cp) { while ( ( **cp ) && ( isspace(**cp) ) )...
Thanks, Tony - we do have our connectors wired to accommodate for the mislabelling. (Hence the reason CAN can talk between the two 5282 boards I have here -...
Do you have screened twisted pair cables running the CAN signals. In my experience the 1MBit rate is very susceptible to noise and dodgy wiring. I'd also...
Hi Alexandra, Not a problem, glad I could help. If I need to ask a software question (I'm a EE), I know where to come :) Martin ... 500 ... In ... dodgy ... ...
Greetings, I am assuming that step 2 of "Using the GDB Debugger" in the online Netburner help requires using the COM port to which the netburner board is...
I had a program which I could load into the 5282 and run it - somewhat. I decided to try using GDB to debug it. So I added the #include <gdbstub.h> and in the...
Hey Chris, I wasn't... that's what worried me, the prompt wasn't showing at all. But I fiddled with the reset and just kept the shift-A pressed down and it...
LC: If you stop any of the netburner modules/boards in the monitor and go into monitor setup menu you can set how long it waits for your Shift-A. I set mine to...
Hello members, I have been looking for a function to give me the amount of memory available on the heap. I thought this would be a standard C library function,...
extern DWORD spaceleft(); It's defined in bsp.c. If you have a memory consuming app which dynamically allocates memory in different sizes, make sure not to use...
Thanks so much for your help Rami! David ... From: Rami Kohanim To: netburner_group@yahoogroups.com Sent: Tuesday, June 06, 2006 11:48 PM Subject: RE:...
Hi, Is there a way to extend the 8K UserParameters section. I need 128K of flash to store a file. Or is there a other way to store this file to a other section...
Thanks ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of tfountaine1 Sent: Wednesday, June 07, 2006 9:58 AM To:...