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-TM4C129EXL: SDK installtion error and fail to import example

Part Number: EK-TM4C129EXL

Tool/software:

Hi community, for our new project, we are using tm4c129x series board.

i am new to TI based controllers, Does TI supports code generation tool like initializing peripherals, pinmux etc.., what i mean similar to STM32 Cube IDE.

if yes can you send me link else send me how can i proceed further.

2) i tried to import the example but failed to import import, its asking for installing SDK, i installed but every time asking for installation. how can i overcome this issue?

Regards,

Sandeep C

  • Hi,

    2) i tried to import the example but failed to import import, its asking for installing SDK, i installed but every time asking for installation. how can i overcome this issue?

      Welcome to TI products. Please download TivaWare SDK first from https://www.ti.com/tool/SW-TM4C. Once installed, you can import example projects from C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c129exl. If you want to import the same projects from within CCS Resource Explorer, it will also work. 

    i am new to TI based controllers, Does TI supports code generation tool like initializing peripherals, pinmux etc.., what i mean similar to STM32 Cube IDE.

    No, there is no code generation if you mean some GUI tool that will configure the peripherals and generate unique driver code. But pinmuxing utility is available. You can go the CCS App Center and select TI PinMux Tool. I don't think you will need to use this tool yet. If you import the examples then all the examples have already have the proper pinumxing configured for EK-TM4C129EXL board as well as the the proper CCS project settings. Play with the blinky, hello or project0 examples and get a feel for them. They are quite easy to use.