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.

LAUNCHXL-F280049C: C2000 Simulink support package does not have blocks for all the peripherals

Part Number: LAUNCHXL-F280049C

Hi,

I have downloaded and installed C2000 simulink embedded coder support packages. I am working with F280049C microcontroller. But I do not see the blocks for CMPSS, FSI, LIN, DAC, PGAs etc. So does that mean if these peripherals are used, the whole software cannot be model based?

Thank you.

  • Gobind,

    yes, that is correct as per my understanding. I am checking with MathWorks team to make sure. 

  • Hi Gobind,

    What MathWorks Release are you using?

    Did you review the release notes? For instance CMPSS support was added for F28004x processors in our R2020a release in March 2020.

    However I will add the caveat that MathWorks may NOT support every function or peripheral on a particular C2000 chip, although we try to provide solutions for the most commonly used ones. If there is something we do not directly support that you require, you can migrate to an algorithm export workflow - where you only generate code for your algorithm, import that into CCS, and deploy from there. CCS will provide you ability access to integrate (by hand) with any & all  peripherals that are available on the chip.

    Cheers,

    -Brian

  • OK, I am using Matlab 2018b release.

    Thank you Brian and Santosh.