Posted on May 17, 2011 at 12:08Nevermind. Did you ever notice you can work on something for 2 days and then minutes after you public embarass yourself on a forum you figure out the answer. I was using Port4 for SPI also and when I configured the bit...
Posted on May 17, 2011 at 12:08While using the DK300 development board I set up UART1 using P1SFS0 and 1. Everything worked as advertised. Now in my final hardware I can't use Port 1 because I need all 8 A/Ds. I want to use the alternate 2 function ...
Posted on May 17, 2011 at 12:06Are you putting the MCU into idle mode (via PCON) when doing your A/D read? I noticed I got much better results when doing it this way.
Posted on May 17, 2011 at 12:06Phaze, Thanks for pointing out the error of my ways. Your example was cyrstal clear. Next time I am tempted to worry about this type of thing I will use the debugger to understand better before I post. Thanks again.
Posted on May 17, 2011 at 12:06I am a newbie to uPSD3300 programming so I have been reviewing the supplied demo programs and trying to learn. A lot of the demos rely on some timing loops using Timer1. The file upsd3300_timer.c has the following meth...