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.

Simulink Tutorials for F28335



Hello,

 

I'm new to C2000. I need to use f28335 card with simulink for a university project and I cannot find a simple tutorials.

Fo example I want to test my ability to create an PWM  signal.

Can you please point me to the right direction.

 

Thanks

  • 1. first make sure  you have the right tool. both software and hardware.

    on the mathworks sw, you need minimum MATLAB + SIMULINK + RTW + RTW EMBEDDED CODER + TARGET PACKAGE + TARGET IDE LINK. if you care about performance, add FIXED POINT + SIMULINK FIXED POINT toolboxes. 

    on the hw side, if you are going to use an eZdsp 28335 or a control card based (both from Spectrum Digital) you have little to do. If you design your own board, make sure you have an emulator as well.

    The most convenient workflow still requires CCS3.3. Mathworks tools supports only makefile not project file under CCS4.

    2. if you installed everything under their default directory, then start with the simulink demos. There are out-of-the-box demos for use with ezDsp28335 and you can choose custom 28335 to use with the control card or your custom board. for example, c28335adcpwmasynctest.mdl is a model that would work with the ezdsp without any modification.