Search found 21 matches
- Tue May 11, 2010 12:45 pm
- Forum: NetBurner Software
- Topic: Auto Update and Watchdog
- Replies: 0
- Views: 2484
Auto Update and Watchdog
I was wondering if anyone has ever had a problem with the watchdog tickle during flash programming on the 5234? Every once in awhile my system will reset during programming due to a watchdog timeout. The watchdog is being serviced. Looking at bsp.c I tried to change the code so that the watchdog is ...
- Fri Apr 30, 2010 8:30 am
- Forum: NetBurner's Eclipse IDE
- Topic: The Mylyn plug-in for Eclipse is worth a look
- Replies: 3
- Views: 4649
Re: The Mylyn plug-in for Eclipse is worth a look
tod, I did this and got the NB tools going on the latest eclipse build, no problem. I like this Mylyn thing already, although I still haven't learned how to use most of it yet its great to have modules and functions listed as you search for/work on them. This also allows me to use the perforce plugi...
- Thu Apr 29, 2010 8:29 am
- Forum: NetBurner's Eclipse IDE
- Topic: The Mylyn plug-in for Eclipse is worth a look
- Replies: 3
- Views: 4649
Re: The Mylyn plug-in for Eclipse is worth a look
I recently read about this! I wanted to try it, but was concerned that adding a plugin to the NBEclipse build might mess it up. Does this work with NBEclipse?
- Wed Apr 28, 2010 1:32 pm
- Forum: NetBurner's Eclipse IDE
- Topic: NetBurner Device Library build error
- Replies: 10
- Views: 11049
Re: NetBurner Device Library build error
No duplicate .a files. Only one from the release build which I deleted and there has never been one from the debug build.
- Wed Apr 28, 2010 6:54 am
- Forum: NetBurner's Eclipse IDE
- Topic: NetBurner Device Library build error
- Replies: 10
- Views: 11049
Re: NetBurner Device Library build error
Strange coincidence, guys, I have run into this exact same issue myself yesterday. There has to be a problem in the IDE somewhere. I tried with two different projects, one is simple and has only a few files. The other is pretty large. They both fail. As you both mentioned, the release version of the...
- Thu Jul 16, 2009 11:00 am
- Forum: NetBurner Software
- Topic: Using Netburner With Wireless Bridge
- Replies: 0
- Views: 2698
Using Netburner With Wireless Bridge
Hi All, I'm trying to use the Netburner board with a wireless bridge and am running into some problems. I have seen the link go up and work normally until I try to make a web connection back to the board. The wireless link stays up but the board stops responding (no response to any protocol includin...
- Tue Mar 31, 2009 2:10 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Symbol/Code Limit On Debugger
- Replies: 1
- Views: 3724
Re: Symbol/Code Limit On Debugger
To reply to my own question, it looks like the debugger stopped working because I rebuilt the system files with UCOS_STACKCHECK enabled, so that I could dump task stack data.
So, does anyone know why turning this on disables proper operation of the debugger?
So, does anyone know why turning this on disables proper operation of the debugger?
- Tue Mar 31, 2009 1:23 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Symbol/Code Limit On Debugger
- Replies: 1
- Views: 3724
Symbol/Code Limit On Debugger
Hi, Is there a known limit on how large a project can be to run with the debugger? I am running into a problem after recently adding some code where the debugger always jumps into OSTaskIdle and will not step through code. However, all of the tasks, including the new code, are actually running fine.
- Fri Nov 14, 2008 6:42 am
- Forum: NetBurner Software
- Topic: Device Naming and DHCP
- Replies: 9
- Views: 8510
Re: Device Naming and DHCP
Also, forgot to mention that I discovered a minor issue in dhcpc.cpp where the device name is not re-sent when the IP lease expires. This is fixed by copying the following code from DHCPDiscover and placing into CreateDHCPRenewMsg, below the InterfaceMAC configuration: if ( pDHCPOfferName != NULL ) ...
- Fri Nov 14, 2008 6:24 am
- Forum: NetBurner Software
- Topic: Device Naming and DHCP
- Replies: 9
- Views: 8510
Re: Device Naming and DHCP
I got device naming to work. I used a tool called Dual DHCP DNS server and set it up on a windows system. I turned on both servers and with some minor configuration it works great! Thanks for the help.