'c2000hostsci_rx.tlc' file for the MATLAB S-function 'c2000hostsci_rx' in block host SCI RCV doesn't exist
4 次查看(过去 30 天)
显示 更早的评论
Hello everybody, i tried to build serial communication using C2000 launchpad to matlab like the figure below.
</matlabcentral/answers/uploaded_files/70197/SCI.png> But, i got an error that says " The corresponding 'c2000hostsci_rx.tlc' file for the MATLAB S-function 'c2000hostsci_rx' in block 'SCI/SCI Receive1' must be located in the current working directory.' So, i tried to search the 'c2000host_rx.tlc' file in my computer, but there is no such file. Anyone know how to fix this problem? Thank you in advance.
0 个评论
回答(1 个)
Antonin
2017-3-1
Hi Reina,
You are trying to use serial HOST blocks. These are meant to work only on your host computer in simulation mode transmitting and receiving data to and from the COM port of your PC. To generate code and run it on your launchpad, use the SCI blocks that you can find in the Embedded Coder Support Package for Texas Instruments C2000 Processors
I hope it helps,
Antonin.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!