I am trying to configure CCS v6 to work with Simulink (MATLAB R2016a) so that I flash the generated code to my board directly from Simulink. Is this possible? And how?
I am using TMS320F28069M board, windows 7 64 bit.
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.
I am trying to configure CCS v6 to work with Simulink (MATLAB R2016a) so that I flash the generated code to my board directly from Simulink. Is this possible? And how?
I am using TMS320F28069M board, windows 7 64 bit.
To do this, in your Simulink model, go to Simulation -> Model Configuration Parameters -> Hardware Implementation
Here there is a check-box to boot-from-flash, check the box and rebuild your model.
Doc link (Login may be required): http://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/ug/coder-target-pane-texas-instruments-c2000-processors.html#bu1q1kf
I'm not sure what is amiss, but I still think the USB port is locked. What happens if you reboot your machine and try and build and run from MATLAB, before opening CCS?
You may need to contact MathWorks Technical Support for additional assistance.
-Brian
Hi
I trying to run my simulink model in external mode with TI's 28335 exp kit , CCSv6 ,Matlab 2016a, window 8.1-64 bit.
error is-
Failed to open serial port '\\.\COM2'. The reported error code is: 2 or 0x00000002. Possible causes are:
a) The target is not powered on.
b) The specified port number is not correct.
c) The specified bit rate is not supported by the host machine.
d) The previous connection was not closed correctly. If this is the case, you may need to re-start MATLAB.
deploying the model works , but external mode is problem.
restarting matlab does not works.
I want to know that contacting Matworks support team is only the remaining choice?
Thanks.