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.

TMS320F28388S: Port a sysconf CLB source to a new mcu

Part Number: TMS320F28388S
Other Parts Discussed in Thread: SYSCONFIG

I got Abs2eQEP  implementation in alpha1 through mysecure portal, it's implemented with another mcu (f2837xd), Is possible to convert the sysconf project in order to change the platform ( TMS320F28388S in my case), and so have source code generated  plus the  .lib file ?

  • The syscfg part of the project is compatible between F2837xd and F2838x. For the rest of the project information on abs2eqep,  and  can you comment?

    Nima

  • Matteo,

    My suggestion is to make a copy and edit the .projectspec file for the library and the system example.  This file can be edited with any text editor.

    You will want to change

    • any paths to support files for the F2837xD change to the location of the F2838x files (ex: driverlib directory).    
    • the name of any device specific source files (ex: the linker .cmd file in the system example)
    • project name so it shows up in CCS as F2838x instead of F2837x (avoids confusion)
    • you can also create a copy of any source you may change (ex the ...._main.c file may need system related changes)
    • As Nima mentioned the sysconfig itself is compatible between the two parts so that can stay the same or you can create a copy and rename it. 

    Regards

    Lori