Search found 1081 matches

by pbreed
Thu Nov 29, 2012 10:32 pm
Forum: NetBurner's Eclipse IDE
Topic: GDB Debugging Interface for NetBurners
Replies: 1
Views: 2773

Re: GDB Debugging Interface for NetBurners

Why the BDM? What is the ethernet debugger not doing that you need it to do?
by pbreed
Fri Nov 16, 2012 10:25 am
Forum: Off-Topic
Topic: New NetBurner website - sweet!
Replies: 7
Views: 5311

Re: New NetBurner website - sweet!

What browser and browser version has the jumpy problem?

On IE and Chrome and my Android phone the website is really smooth, no jumping...
by pbreed
Thu Nov 15, 2012 8:04 am
Forum: NetBurner Software
Topic: puts vs iprintf
Replies: 5
Views: 3261

Re: puts vs iprintf

very strange, puts and iprintf have the same USER_ENTER_CRITICAL and interrupt restrictions.

I can't recreate this, very bizare....
by pbreed
Tue Nov 13, 2012 9:14 am
Forum: NetBurner Software
Topic: puts vs iprintf
Replies: 5
Views: 3261

Re: puts vs iprintf

puts should work fine... you aren't in a USER_ENTER_CRITICAL or interrupt block are you? Just note... we added a function a few releases ago to make this switch easier.... //Automatically open the system default serial port in interrupt mode //using the system default baudrate //And assign this seri...
by pbreed
Tue Oct 30, 2012 12:23 pm
Forum: NetBurner Hardware
Topic: Reducing clock speed of Nano54415
Replies: 4
Views: 3019

Re: Reducing clock speed of Nano54415

Only the DSPI and Pit 0 timer and DDR ram should be necessary... The DSPI is not needed once boot is done unless one runs autoupdate, ipsetup or saveuserparams... You can turn that back on by capturing the FlashProgram, FlashErase in the FlashOps.cpp file. I believe that the drive strength is by def...
by pbreed
Tue Oct 30, 2012 9:44 am
Forum: NetBurner Software
Topic: How to communicate MOD5270 and MOD5213
Replies: 2
Views: 2021

Re: How to communicate MOD5270 and MOD5213

I2C will work.

Async Serial communications will work. ie serial port

If you use a Mod5238 Mod5282, Mod54415 or Nano54415 you can communicate with the mod5213 via Can.

About the only comm channel that will not work is SPI.
by pbreed
Tue Oct 30, 2012 9:41 am
Forum: NetBurner Hardware
Topic: Reducing clock speed of Nano54415
Replies: 4
Views: 3019

Re: Reducing clock speed of Nano54415

The DDR memory used on the nano has a minimum clock rate....
I'm not sure that reducing clock rate on the Nano is going to work....


Paul
by pbreed
Thu Oct 25, 2012 10:34 am
Forum: NetBurner Software
Topic: Mod5270 - mode of execution after loading from bootloader
Replies: 2
Views: 1690

Re: Mod5270 - mode of execution after loading from bootloade

You are always in supervisor mode, no switch is made at boot time.
by pbreed
Thu Oct 18, 2012 10:49 am
Forum: NetBurner Hardware
Topic: MOD54415 Real-Time Clock
Replies: 18
Views: 14201

Re: MOD54415 Real-Time Clock

The next release will have a driver for this.

The 2K of standby RAM also works.

Submit a support request and well send you the driver ....
by pbreed
Mon Oct 08, 2012 5:41 pm
Forum: NetBurner Hardware
Topic: MOD5441X EFFS STD flash settings example
Replies: 8
Views: 5756

Re: MOD5441X EFFS STD flash settings example

There is a configuration problem with the MOD54415 monitor.
it set the chipselect mask for the flash memory to the wrong value.
Submit a support request and we will get you the code you need to fix this.

Paul