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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1616 - 1645 of 6234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1616
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 ...
the_linux_chick
Offline Send Email
Jun 1, 2006
5:46 pm
1617
Try closing IP Setup before programming the second unit. Dan ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of...
Dan Stirling
danstirling1
Offline Send Email
Jun 1, 2006
7:17 pm
1618
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 ...
Rheault, Denis
drelectro1
Offline Send Email
Jun 1, 2006
7:41 pm
1619
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...
Forrest Stanley
fsnetburner
Offline Send Email
Jun 1, 2006
8:10 pm
1620
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...
Forrest Stanley
fsnetburner
Offline Send Email
Jun 1, 2006
8:49 pm
1621
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...
ridgeglider
Offline Send Email
Jun 1, 2006
9:07 pm
1622
The problem turned out to be having the 2 chips on different subnets. Once I put both on the same subnet it wasn't a problem any longer....
the_linux_chick
Offline Send Email
Jun 2, 2006
6:24 pm
1623
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...
the_linux_chick
Offline Send Email
Jun 2, 2006
6:35 pm
1624
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? ...
David Evennou
datamstr99
Offline Send Email
Jun 2, 2006
8:30 pm
1625
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...
Gregg Herzog
greggherzog
Offline Send Email
Jun 2, 2006
11:55 pm
1626
... (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...
tfountaine1
Offline Send Email
Jun 3, 2006
1:59 am
1627
Thanks Gregg! Where are the functions TrinLeft() and FindSpace() declared? Thanks, David ... From: Gregg Herzog To: netburner_group@yahoogroups.com Sent:...
David Evennou
datamstr99
Offline Send Email
Jun 5, 2006
12:38 am
1628
Hi David, They are function that I wrote. I have copies them to this message. Gregg void TrimLeft(char **cp) { while ( ( **cp ) && ( isspace(**cp) ) )...
Gregg Herzog
greggherzog
Offline Send Email
Jun 5, 2006
7:03 am
1629
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 -...
the_linux_chick
Offline Send Email
Jun 5, 2006
12:34 pm
1630
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...
martinjdwareham
Offline
Jun 5, 2006
2:59 pm
1631
Hi Martin, Thank you so much for the suggestion! I reduced the baud rate to 500 on each and voila, they're talking. --Alexandra...
the_linux_chick
Offline Send Email
Jun 5, 2006
5:16 pm
1632
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 ... ...
martinjdwareham
Offline
Jun 6, 2006
11:18 am
1633
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...
the_linux_chick
Offline Send Email
Jun 6, 2006
12:38 pm
1634
NM, I killed the MTTTY application and that fixed the problem....
the_linux_chick
Offline Send Email
Jun 6, 2006
12:53 pm
1635
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...
the_linux_chick
Offline Send Email
Jun 6, 2006
3:05 pm
1636
Yo linux_chick: are you sitting in the monitor? in MTTTY if you press enter a few times are you getting: NB> NB> etc? Chris ... From:...
chris ruff
cgruffcgruff
Offline Send Email
Jun 6, 2006
3:09 pm
1637
NM - I got it - MTTTY file upload. You have to be fast to hit the shift-A just right.......
the_linux_chick
Offline Send Email
Jun 6, 2006
3:09 pm
1638
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...
the_linux_chick
Offline Send Email
Jun 6, 2006
3:25 pm
1639
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...
chris ruff
cgruffcgruff
Offline Send Email
Jun 6, 2006
3:31 pm
1640
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,...
David Evennou
datamstr99
Offline Send Email
Jun 7, 2006
1:26 am
1641
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...
Rami Kohanim
rami_kohanim
Offline Send Email
Jun 7, 2006
3:49 am
1642
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:...
David Evennou
datamstr99
Offline Send Email
Jun 7, 2006
11:47 am
1643
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...
Rheault, Denis
drelectro1
Offline Send Email
Jun 7, 2006
1:52 pm
1644
... of ... to a ... information ... If ... do not ... you. ... Netburner has a document that details how to do this. ...
tfountaine1
Offline Send Email
Jun 7, 2006
1:58 pm
1645
Thanks ... From: netburner_group@yahoogroups.com [mailto:netburner_group@yahoogroups.com] On Behalf Of tfountaine1 Sent: Wednesday, June 07, 2006 9:58 AM To:...
Rheault, Denis
drelectro1
Offline Send Email
Jun 7, 2006
2:16 pm
Messages 1616 - 1645 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