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.

TM4C129ENCPDT: EK-TM4C129EXL

Part Number: TM4C129ENCPDT
Other Parts Discussed in Thread: EK-TM4C129EXL, SYSCONFIG, TM4C1294NCPDT

Hello,

I have based my project off of the tcpEcho example project within the TI RTOS example, and I am developing on the EK-TM4C129EXL development kit.

I now need to break out additional peripherals, such as a SPI port, a UART and several GPIO. It would be very helpful to use the graphical SysConfig tool to help plan this out, and to generate a pinout.c/.h. However, I cannot find a .syscfg file for this board, or for the tcpEcho project. Does system a file exist? If so, could someone point me to this?

I do see the pin_map.h file, which looks to have every pin with all of their respective functionalities called out. Although this is helpful, this approaches is not graphical, and requires referencing the user manual and datasheet to make sure there are no functional conflicts - conflicts are easily apparent when using the SysConfig tool.

Thank you,

Noah

  • Hi,

      You can use TM4C129x for Device and select TM4C1294NCPDT as the part number.  See below. 

    Please note that for Tiva MCU like TM4C123 and TM4C129, SYSCONFIG works as a pinmux tool only, it does not generate the TI-RTOS drivers. 

  • Thank you, Charles. I am aware of this and am certainly comfortable with doing this. I was hoping, however, that there would be a more automated setup, specifically for the development kit and not just the MCU. 

    Thank you!