Other than the supplied example code and the canif source files is there some documentation on how to use the CAN interface NetBurner supply for the MCF5282?...
Does anyone know what the purpose of the 16 pin header near the middle of the SB72EX Board is? If the proper signals are available, would like to attach an...
Hi Kevin, The NetBurner documents the CAN API. For the interface level documentation take a look at the 5282 User's Manual (the pdf version came with your...
Hi Michael, That is a factory test connector for production bring-up. There are no signals there that would help with adding a flash interface. If you want to...
Denis, The response time of the Coldfire processor is indeed fast enough to maintain that loop time. In fact it can handle it with MIPs to spare. Typical...
... 00000080 ... 027FFEF0 ... weeks. ... Got some PC addresses: every time it hangs, it is in newlib stdlib (mprec.c) in some floating point things. (line 144...
... NNDK197_Beta2: tried printf, sprintf, gcvt, every time it hangs here: /xgcc/ngcc2/xgcc/newlib-1.12.0/newlib/libc/stdlib/mprec.c:119 Trap occured ...
JH, Googling for "mprec.c" turns up a few references relating to crashes similar to what you describe. There is one fix described for one problem, if you have...
... decimal point ... of "a" ... of "a", ... iAFrac); ... sized ... program. Thanks for your reply. It seems that two tasks were both using sprintf with...
... no ... Ok...thanks Another question relating to this connector: Are there any signals that we could use to attach a RTC to the SB72EX? Would really like...
Cheers, found it in C:\Nburn\docs\platform\Mod5282.chm Couldn't find anything from C:\Nburn\docs\main_toc.html as there is no link to this file and that's my...
Hi Kevin, We changed our documentation format from html to chm in NNDK Version 1.79. The main NNDK User's Manual (i.e. The NetBurner NDK User Manual.chm) is...
New to the tools. Trying to setup option on the Compiler and in the help file it displays a Compiler Options tab on the Tools menu. How do you turn this on? ...
I'm trying to access a memory mapped device attached to the memory bus on the MOD5272 and I'm having some issues with double reads and writes on odd addresses...
Got a couple of TCP output ports with some streaming data. When I send ctrl-c to these windows, the output hangs, but the connection does not get disconnected...
I too have external devices maped in @ (0xB0000000) and ran into this problem. here is the details of it. if your using the Dev kit take a look at the skizzy...
It is a device that was added to the board, but I'm not using the development kit. It's an FPGA on a seperate board that the MOD5272 is controlling. After...
Hello, I only want to use the 3 UARTS, the I2C communication, the ADC and all of the other pins on the Mod5282 board I would like to use as Digital input or...
I will take a look at it, thanks. Michael Rodby wrote: There is a very good app note on the NetBurner website which details how to use any or all otherwise...
The OS uses Timer 0/1, there is some confusion on how timers are counted.The Motorola 5272 users manual was inconsistant in numbering the timers on the 5272,...
Has anyone added 'web services' (SOAP, XML etc) to their Netburner application? It would be useful to know as I am trying to work out where to start!...
I was messing around with XML on an SB72 at one point. We were contemplating using it for something but ended up deciding not to. I found a library called...
Hello. We did a relatively complex project ( on MOD5272) which integrates WEB configuration and status information of some system with NetBurner WEB server. If...
Here is small code snippet for putting a 5282 uart in and out of break. These are usefull if you need to place a UART in break for a very long time. void...
I'm having some problems receiving multicast packets on the MOD5272. I tried running the "multitest" example program and I can't seem to grab the transmitted...
Can you be a little bit more specific... Are you trying to send to the Netburner? What are you using to send the multicast packets? Are you trying to receive...