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.

F28M36P63C2: porting code from F28M35 MCU to F28M36 MCU

Part Number: F28M36P63C2
Other Parts Discussed in Thread: F28M35H52C, CONTROLSUITE

Hi,

I have a development kit TMDSOCK28M36 with a Concerto MCU, but i am unable to find the schematic of the board online?

Also i have a project but that was built for F28M35H52C with IAR and i need to port that code over to F28M36P63C2. But i have no idea where to find the respective mware (driver files), utility files and other supporting files that i can replace with the files for F28M35.

Any help will be appreciated.

Regards

Adnan Akhtar

  • Hi Adnan,

    Adnan Akhtar said:
    but i am unable to find the schematic of the board online?

    Simply Download controlSuite and navigate to:

    C:\ti\controlSUITE\development_kits\~controlCARDs\TMDSCNCD28M36_v1_3\R1_1

    You can find the examples, peripheral headers & libraries here:

    C:\ti\controlSUITE\device_support\f28m36x\v220

    Regards,
    Gautam

  • Hi,

    I have an issue during porting a project but that was built for F28M35H52C with IAR to F28M36P63C2. I have replaced all the related files i.e. mware (driver files), utility files and other supporting files. The project builds but never go to the main function when i start the debuger (option is checked in the project setting to start from main).

    I tried the blinky project from controlsuite with CCS8.1 on the board and it runs.
    I used that source code in a project with IAR but it had the same issue. Is there any IAR example project (with a project settings and related information) that i can try similar to what i did with CCS?

    Any help in that regard will be appreciated.

    Regards
    Adnan
  • Adnan,

    We do not have IAR example projects. Do take note that IAR only works with the M3 core on the device. Please sure you are running code on the M3 core. Additionally, could you try to check the project settings and ensure that they have been all migrated over to the new project. Make sure all project dependencies are accounted for as well.

    Since you have a solution on the F28M35 that works with IAR, perhaps you can modify the application to blink an LED and then port it to the F28M36x device for the IAR.

    Regards,
    Ozino