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.

Board Bringup for TM4C123

We are designing a control system with TM4C123.  Wondering what are the necessary board bringup software and tools and if TI can help us finding those

Below questions:

1. Do you have a BSP that we can use as a baseline?

2. Sample test applications to test the board - accelerometer, temperature sensor test, GPIO test etc.?

3. Any resource you can refer to me to get started with the board bringup process?

  • Hello lilyhack

    Normally, all software we release to test the boards are meant for the launchpads and EVM's. You may use the same with pin and peripheral mapping changes to meet your requirements.

    For connectivity checks we have BSDL model that can work with BSDL checkers from multiple vendors as long as you have the required hardware.

    Regards
    Amit
  • lilyhack said:
    1. Do you have a BSP that we can use as a baseline?

    Do you need to run a multi-tasking kernel to run the TM4C123 based control system?

    There are the following options for a "BSP":

    1) TivaWare which provides functions to use the peripherals from a bare-metal system without an operating system.

    2) TI-RTOS which provides drivers to use the peripherals with a Real Time Operating System with a multi-tasking kernel.