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.

EK-TM4C123GXL: How to build a project for a device I do not have.

Part Number: EK-TM4C123GXL
Other Parts Discussed in Thread: TM4C1231E6PM

I have the EK-TM4C123GXL but I want to build a project for a TM4C1231E6PM. Maybe I missed a switch somewhere but it seemed I could not move forward without connecting.

Thanks,

JH

  • Hi,

      Normally, I will just start with a TivaWare example project such as blinky and change the project setting to Tiva TM4C1231E6PM. See below. It will automatically generate a startup file and a linker command file although they will be pretty much the same as what is already in the project for the blinky example. You will need to remove one of them. 

    Please also double check that under Predefined Symbols, it is changed to PART_TM4C1231E6PM. This should be done automatically as well. 

    In the project directory there is also the target_config.ccxml target configuration file that was created for the original blinky example. Double-click on the file and modify for Tiva TM4C1231E6PM for your custom board.