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: Firmware Upgrade

Part Number: TM4C129ENCPDT

Please give me the suggestion to update the firmware for tivac micro controller without using debugged.

If any one has done the software upgrade, Pls let me guide to develop the software upgrade.

  • Hi Harish,
    You can use the bootloader which is a small piece of code that can act as an application loader. The bootloader can be built to utilize among various communication ports (UART, SPI, I2C, CAN, Ethernet or USB) to update your application firmware on the MCU. Please refer to the TivaWare Bootloader Userguide www.ti.com/.../spmu301d.pdf for details. There are also examples that you can reference to in the TivaWare package.