Hi everyone
I am working on LM4f232H4QC controller evaluation board.
I have defined .bootRevRom in an .LD file from 0x00003BF8 to 0x00003BFB
But when i am trying to download the code on the board while debugging with the following code written before main, It is giving me "15: Commit flash write error"
And when I Commented that code, It was working fine............
const UINT8 BootCodeRev[2] __attribute__ ((section(".bootRevRom"))) = {BOOT_REVISION_MAJOR, BOOT_REVISION_MINOR};
Can any one suggest what should be the problem and what should i change in the code above?
Regards,
Gunjan