I have also use I2C with the NetBurner on a 5282 to talk to an X1205 RTC chip. There is a 10K pull-up to 3.3V on the SDA line and a direct connection between...
Does anyone know how to handle incoming IP-fragmented UDP packets? I have a UDP data source that occasionally delivers a large UDP packet (18kbytes) over 12...
Has anyone attempted to use an OS_FIFO to pass structures between threads? I'm having a problem where the last two elements in my array (inside my structure)...
Hi, The FIFO mechanism does not actually copy the structure's data but rather passes a pointer to the structure, which means that you are responsible for...
I hace a mod5272 and an application that uses time.h Linking I found this problem /gcc-m68k/lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/lib/m5206e/libc.a(time...
... /gcc-m68k/lib/gcc/m68k-elf/3.4.2/../../../../m68k-elf/lib/m5206e/libc.a(time ... Hi, I'm using time.h and don't see this issue. A search shows the ...
Hi, I use several threads/tasks in various ways, and most of the output some kind of debug-data via a printf, iprintf, vsprintf, etcetc.... Could anyone point...
I am developing a system based on the MOD5282 for a project I am working on. Currently, all communications with the system use RS-232 through one of the...
That was it. I was creating the structure on the stack and it was being overwritten when the ISR returned. Thank you for the help. Jason ... it ... it's...
The MOD5282 Reference manual indicates that the Coldfire is limited to QSPI data transfers of no more than 16 bits. So, apparently I can only write a maximum...
I'm trying to set up interrupts so I can set the interrupt level dynamically. I've noticed if I set the mask in the INTERRUPT macro lower than the interrupt...
... I haven't played with QSPI on my MOD5282, but with regards to SPI controllers in general, you should be able to create a 24-bit transaction by: - assert...
Hi, I was wondering whether anyone has been having any problems with the netburner heating from a *lot* while in slave mode waiting to be addressed. I'm using...
... Are you quite sure that the limit is 16 *bits*? On the 5272 Coldfire that I use the limit is 16 *bytes*. ... I assume that the device is using one of the...
Thanks for the reply. Para 22.2 of the Mod5282 Programmer's Reference Manual indicates that it "supports transfer sizes of 8 to 16 bits in 1 bit increments". ...
... The 5272 Programmers Reference has the same statement, but you actually can transfer up to 32 bytes. What you do is to set the CONT bit in the command ram ...
... What device is on the other side of your i2c? What voltage is that device running at? (3.3v or 5v) If your device is running at 5v, you will need to use...
... If you are using the latest tools release you should not have ANY thread safe issues, There is a limited set of functions that are usable in an interrupt,...
Hello, ... With the motorola coldfire, you cannot set the Interrupt mask lower than the Interrupt priority. However, you can set the mask higher ... -NetBurner...
... working on. Currently, all ... ports on the MOD5282. ... from USB communications instead ... incorporate USB functionality ... MOD5282, but am open to...
... thread ... Hmmm....ok, I have had big problems with floating point routines that are used at the same time in different tasks. I will try to make a ...
Hi All. I noticed this was asked awhile ago but got no responses so I'm going to try again. Does anyone know of a way to change the way the DEV C++ IDE lists...
Just wondering what this function call does for me... EnableTaskMonitor(); Most if not all the examples call it in main, I had a quick look in taskmon.cpp but...
Hello Kevin. By calling this function you enable Windows application named "C:\Nburn\pcbin\taskscan.exe" to report the status of each task ( running,...
It's a new feature if you have the latest code... from DevC++ -> help -> NNDK users manual Then Netburner Network Development Kit User's Manual ->The...
I need to be able to reboot my Netburner with an external C program. If attempted to dissect the Autoupdate and have figured out that you send a UDP packet...
I am looking for information (i.e. code fragments, etc.) on how to use the Coldfire/Netburner watchdog timer. In the MCF5272 manual, I see I must manipulate...