Tool/software: Code Composer Studio
Hi,
I am using TM4C123BE6PM micro-controller as target board, using CCS v6, and working on serial(I2C) Boot-loader application. I tried to load my application image using ROM_BOOTLOADER in a blank microcontroller at 0x0000_0000 offset.
When I read-back my image using LM flash programmer utility, 0x0000_0000 and 0x0000_0004 addresses are not written while every other offset got written with expected values.
Is there some extra protection to these addresses which I need to take care while sending my bin file?
I tried to write at some other offset(say, 0x0000_2000) the same bin file, and it got written perfectly.
Thanks in advance,
Abhishek