I am using a Keil evaluation board, MCBTMS570, (purchased from TI), and I'm having trouble getting data to show up on the TX pins.
I am using the Keil development tools set. I tried using the demonstration program called "Blinky" and while it's supposed to be outputting data on the TX pins,and breakpoints confirm that data is being written, nothing comes out on the TX pin, (and the little itty bitty LED for TX doesn't light up).
I've written code that uses the SER_init() routine from "Blinky" board example, with modifications for baud rate, and setting the LOOP bit.In a tight loop, I write to the transmitter whenever the TX buffer is empty, and I count the number of times the the transmit buffer becomes empty in a second, and it matches the expected values for the value set in the baud rate. In LOOP mode, I read the SCI receive data, and I receive precisely what I transmit. I've tried the same code with both SCI 1 and SCI2 with the same results.
What am I doing wrong?