Posted on May 17, 2011 at 12:08Hello, I am using Keil's embedded C with uVision 3 to develop the code for my uPSD3234A. The project that I am doing has grown large and requires me to make use of Keil's code banking features in order to fit it onto t...
Posted on May 17, 2011 at 12:07Never mind. I figured out my own problem. The code I was using would poll the interrupt, and it would do it every 1 ms. It used timer 0 to detect when 1ms had passed, and when timer 0 is running true to 1ms, millisecon...
Posted on May 17, 2011 at 12:07Hello, I am having a problem where by using the sample timer 0 files my I2C gets slowed down. I am using timer 2 for sound generation, timer 1 for Uarts 0 and 1 and timer 0 for pausing for 1ms, 10ms, and 1 sec delays. ...
Posted on May 17, 2011 at 12:04That would be awesome if you wanted to send me those files! My email address is: mailto:erics@forwardr.comI am going to read up on the hex file format, as you suggested. Thanks again for your help! I am slowly coming a...
Posted on May 17, 2011 at 12:04IT WORKS!!! :-]! Well at least the MCU part of it does. I am using the sample windows IAP RS232 Demo application to load the hex files onto the MCU from the PC. The one that ST publishes on their site for both the DK32...