Posted on May 17, 2011 at 11:51So making thoses changes at least made all the code work in the RIDE simulator. One odd thing... in the RIDE simulator UART1 is showing up for BAUD and everything for Timer 1 instead of Timer 2. It was my desire to use...
Posted on May 17, 2011 at 11:51I added the following: P3SFS = 0x03;//Enable UART on Port 3 PS0 = 0;//Set UART0 for Priority status PCON |= 0x80; This at least made the serial port do something (an endless string of '6's).
Posted on May 17, 2011 at 11:51I am at my wits end trying to make my code work. I have a uPSD3333DV on a designed board, but am also trying the code on a DK3300-ELCD. I am writing C with RIDE. I am able to JTAG both. I have simplifed my code to the ...