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.

TM4C129 BOOTCFG

Other Parts Discussed in Thread: EK-TM4C1294XL

Custom board using TM4C129

CCS Version: 5.5.0.00077

ICD interface is TM123G launch pad.

The BOOTCFG test for the TM4C129 does not function the same as the TM4C123.

I am programming BOOTCFG to 0x00002C12.

Which should test GPIO_B3 for a low state to enter the BOOTLOADER or run from FLASH as long as location 0x00000004 is not 0xFFFFFFFF.

The device does in fact enter the boot loader when GPIO_B3 is low at reset, however when GPIO_B3 is NOT low at reset the device is HUNG. It is not executing from FLASH. Location 0x00000004 is equal to 0x0000A83D so why is it not running from FLASH?

This worked fine on the TM4C123 device.