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.

CCS/TMS320F280049C: Migrate code from TMS320F28069

Part Number: TMS320F280049C
Other Parts Discussed in Thread: TMS320F28069, , CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

I am trying to migrate code written for the TMS320F28069 to a TMS320F280049C. The code currently uses the F2806x header files from controlSUITE and uses the TI v6.2.10 compiler which is not compatible with any header files in C2000ware for the F280049C.

I am stuck wondering how I should start solving this problem. Any ideas?

  • hi,

    We may not have a direct migration guide across devices so there could be few ways of doing this :

    • compare some examples of F2806x vs F28004x for a given peripherals . We have tried to get examples in F28004x we can use F2837x since the peripherals type would be mostly similar.
    • Or get the include files and sources for F280049C into the project and let it reference same project main file and compile fail should tell the differences
    • Another option would be try to use the driverlib equivalent of the code for F28004x so that internal register migration would be handled by the driverlib.

    Here's a guide that talks about some of the differences between peripherals on devices that might help you with porting.
    http://www.ti.com/lit/spru566

    Regards.