Other Parts Discussed in Thread: EK-TM4C1294XL
Good morning,
I'm using a EK-TM4C1294XL evaluation board with CCS 6.0.1.
I try to use the TivaWare Bootloader via Ethernet. After reading many times the related documentation and edit the bl_config.h file with correct flags for TM4C1294, such as:
APP_START_ADDRESS = 0x4000
VTABE_START_ADDRESS = 0x4000
FLASH_PAGE_SIZE = 0x4000
and the flags for ETHERNET UPDATE
I see, after programming the EK board with the XDS200 emulator, that the bootloader works but, when I try to download (via LM Flash Programmer) a simple application such as the TIMERS demo, opportunely relocated at 0x4000, the TIMERS application doesn't work.
I see with the XDS200 emulator that the bootloader vector table is present (at 0x0000 address) and also the timers application (star at 0x4000).
Please, can you help me to dscover where I'm wrong?
Many thank in advance,
Marco