NetBurner Dev-C++ 1.14 won't compile a project if it contains both .cpp and .c files in separate directories. It will however compile both .cpp and .c files if...
I am cvs newbe and a bit green on version control. Downloaded and installed WinCvs 1.3 on windows 2000. From some on line documentation it seen the 1.1, 1.2,...
... This is a web page error, as our MOD5234 brings out all 16 TPU pins. We haven't finished all the docs, so marketing was running on insufficent information....
Hi, Do I need to update the nburn files to be able to set the ethernet speed to 10 MB? The Cisco router at the customer site is dropping the connection when my...
The MCF5270 does not support USB. Only the MCF5272 has the on chip peripheral to use USB. Also, NetBurner never places the USB part on the carrier, it is...
Hi, I have an application that uses the MOD5282 with development board. I am using rel199_beta2_21, though I have the same problem with rel198_final. I am...
As a follow-up, my colleague discovered that the transfer in progress signal (pin 11 on J1) is generally wildly active prior to receiving data, then becomes...
I have reposted this issue because hardware types might not have read my other posting - number 1240. We have observed the transfer in progress signal (pin 11...
Hi, You could try using smart traps to get more information about where the crash is occurring. Include 'smarttrap.h' in your code and call EnableSmartTraps();...
Thanks, but how do I do that - take note of the PC address displayed "on the console port" when both serial ports are in use? Is there a way to do that via...
I think you must mock up a rs232 driver and use COM2 for your other port and let COM0 be STDOUT and debug output. I have used ethernet as stdout aswell, but it...
Greetings, I am working on a new Application for the 5270 and we need to use the third UART for a so called MDB interface. Do we have to set any configuration...
This should work, what pins are you using for the third UART? TX out of Netburner into your circuit should be on pin J2-44 RX in to Netburner out of your...
Thanks for the input Paul, the hardware is connected to pins J2-41 and -44 (although I will double check tomorrow that there's no confusion of RX/TX.) Our...
Hello, Would someone be able to tell me why the code/library sizes have increased by, at the least, 10% in 1.99B? e.g. Netburner.a was 754K and now it's 812K ...
Hi everyone, I need to get more than four external IRQ's pins from my mod5282. Someone told me that i could configure general input/output to run as an IRQ. ...
I have been using the QADC Module of the mod5282 and i have been testing with the example application. I have seen that when i read a channel from the module,...
... I suspect this conversion is intended to give a floating point representation (in volts) of the input to the ADC. For a 10 bit ADC, the value read from...
Is it possiable to kill the 5213 by loading a defective program ...I was modifying the a2d program and got it working ok then I changed the UserMain() to just...
One difference between using an RTOS and having no OS at all is that you have to create your program as UserMain() instead of Main(). This is because the OS ...
You didn't do anything bad, you just need to restore it. spend some time reading the documentation that came with the unit. it explains how to correct this...
I need to cycle power to an external device. The Coldfire obviously does an internal reset when audo update is loading the .s19 file from DevC++ to the board....
Hi Matt, According to my oscilloscope ResetOut (J1 pin 30) on the MOD5272 is held low for a little over 500 uS after AutoUpdate. Also this pin is at 3.3V when...
You don't necessarily have to use the /RESET line to reset your external circuit. Quite a number of embedded designs have used an output pin to reset ...
Michael and Paul, I finally figured out how to use the library to communicate with an SD card (not MMC). As you may already know, SD specification does not...