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.

Code changes required for custom board

I have developed my first prototype using the Tiva C LaunchPad and CC3000 Booster Pack, and most things are working as desired.

I now have a custom board being developed that uses the exact same Tiva C MCU that comes with the Tiva C LaunchPad.

What changes if any will be required with my code?

I am using TI-RTOS and CCS, will I need to edit board files or any other configurations or code. Or do I need to do nothing except select the correct programmer/emulator (XDS200) in the CCS settings for my project?

Are the steps I need to go through documented anywhere?

Glenn.

  • Hi Glen,

    If you have stuck to the Tiva C Launchpad (with respect to peripheral pin-out) you may have little to no additional work.  Otherwise the board files should be updated to reflect the new pin-out and any additional peripherals you are using in your new board.  The following wiki page outlines the changes required to port a TI-RTOS project from one board (like the Launchpad) to your own custom board: 

    http://processors.wiki.ti.com/index.php/Migrating_a_TI-RTOS_project_to_a_custom_development_board

    Hope this helps,

    -- Emmanuel

  • Hi Emmanuel,

    Thanks for your quick response and helpful link!

    The wiki is currently down, I hope it is back up soon, so I can check out the details.

    Glenn