Hello everyone, I have have recently been looking at possible ways to reduce network latency for for a motor control project and I found a great way to ...
Once again google is your friend... http://google/search?hl=en&q=S19 ... _________________________________________________________________ Be the first to hear...
Ok all very clever, but how the hell do you work out those numbers and alignments? A wee application note around that would be more usefull to allow us mere ...
I'm trying to use cout and cin, but I'm getting a compile warning in eclipse at the line: #include <iostream> Here's the warning: C/C++ Indexer Problem:...
Hello Kevin, The NNDK comes with a Programmers Manual that has a whole chapter about the on-chip SRAM. There is also a platform hardware folder located with...
Netburner, Are there any plans to create symbols or #DEFINES for the fields in the registers for the onboard modules on the coldfire parts? I like the use of...
Hi Larry and John, I agree that it would be great if NB distributed the Freescale headers, and even used them in their own code where appropriate, but since...
Hi Joe, I am also currently using the Freescale headers as you may have noticed. However, it would be nice to get them all with any changed to work with the...
Hi, I will be making an inquiry to Freescale/Metroworks about including their hardware definition files in the NetBurner development package. I will let you...
John and Larry, What I'm doing is just extracting all of the MCF5213 header files from the Freescale ZIP file into the MOD5213\include folder. That folder is ...
Hi John, I do exactly what your email says you wish you could do, and I do it for the reason you cite, i.e. it makes the code more readable. The example in...
This response is a bit late for the original poster but for anyone else searching the archives I had this same issue. I found that just by moving #ifdef _DEBUG...
NetBurner, I saw that you updated the serial init functions in NNDK 2.0, but I was still having trouble, so I looked at pins.cpp. Here is the code for pins...
Hi Tod, Thanks for pointing that out. Here are a couple of pointers when using the debugger. - If you are using DHCP, the Init function must be after the DHCP ...
A few days ago I started testing the latest NBEclipse IDE with NNDK 2.0. In general things went very smoothly, and I consider this IDE a significant...
That is simply fantastic, I must rush out and extend the Support so that we get the NBEclipse release, when it's released. Thanks for the time you took...
Hello, The bug for pin 32 in pins.cpp has now been fixed: ~0x03 was replaced with ~0x30. As for the IRQ and polling functions, we will also fix this and check ...
I just got my first 5282 up and running, but I cannot find the pins.h file in my nburn/include directory. I tried re-installing everything from the CD, but am...
Thanks for the quick reply, ridgeglider. I made sure of the directory and even performed a system search (including hidden files) with no luck. Just to check...
SOLUTION FOUND: Larry at netburner got it pinned down to a software version. Apparently, version 1.98 may not have included all (or any?) of the pin class...
On the webpage where you downloaded the Pins class appnote there is an * next to the app note. *Requires NNDK 1.99 Beta 5 We ought to put this into the app...
Back in 1999 Paul Breed wrote an interesting article for circuit cellar (issue 107, available on the web) that used a netburner to generate x-y line graphs for...
Does anyone know why using floating-point has such a big effect on task stack requirements. Without floating-point, our MOD5213 programs need only 256xDWORD...
Answering my own question, I have found that I misinterpreted my MOD5213 test results. When using DevCpp 1.14 and NNDK 1.99, "Rebuild All" was failing, so I...
... there ... generation ... There is an updated example included with the 5282 development kits that has a java based web page (I'm not sure about the other...