Other Parts Discussed in Thread: C2000WARE
Hi,
I am connecting the launchpad to another microcontroller. I'm currently sending a set of values continuously via SCI. I have declared pins 64 and 65 as Tx and Rx respectively. I can currently see data on the other microcontroller without any issues. However, the microcontroller has an sd card with it. When I try to save the data from C2000 to that SD card, I'm unable to do so and the reason is the speed at which the data is being sent via C2000's SCI.
My Baud rate is 9600. I want to know how to reduce the sampling rate of the SCI. Can anyone help me with it? Which parameters should I change or look into to change it? How can I make that sampling rate exclusive for that particular protocol(SCI here)?
Also, if anyone can help me with the queries i posted in another post of mine, it would be great!
Here is that post:
Thanks!