Hi,
I want to set the baud rate of the tms320f2812 to a baud rate of 9600 baud, how do I get to do it?
Thanks
T
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to set the baud rate of the tms320f2812 to a baud rate of 9600 baud, how do I get to do it?
Thanks
T
Certainly you have read SPRU051B "TMS320x281x, 280x DSP Serial Communication Interface (SCI) Reference Guide" ?
On pg. 2-8 the way to set the registers is detailed (abstractly, you still have to devise code to implement).
Combine this info with use of sprc097.zip "C-C++HeaderFilesAndPeripheralExamples" and setting the registers SCIHBAUD and SCILBAUD is a snap.
See if you can't work it out and then get back to us with the results.
Good day!