Part Number: LAUNCHXL-F28069M
I seem not to be able to find UART example using Simulink for C2000 MCUs. Is there any tutorial video/text somewhere?
Thanks,
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.
Part Number: LAUNCHXL-F28069M
I seem not to be able to find UART example using Simulink for C2000 MCUs. Is there any tutorial video/text somewhere?
Thanks,
Hi,
Specific to part number F28069M, there is a implementation of the SCI Tx and Rx blocks. More information regarding the same is available at:

Please refer the example model:
There is also a accompanying host model for the same:
I made a very simple software to send a constant value over serial bus to my laptop using a serial to USB converter as below:
And here is the setting for my SCI_B:
On my laptop, I'm using Tera Term and set the baud rate to 115200 bits/sec. But what I see in the terminals are weird shapes and symbols as if the baud rate is not set correctly. I also checked the Device Manager and made sure the COM port setting matches the Matlab settings. Any idea why is this happening?
Thanks,