Hi,
Currently im in a project based on TM4C1292NCPDT microcontroller. In datasheet, its given that while booting, the hardware loads the stack pointer from
either flash or ROM based on the presence of an application in flash and the state of the EN bit (set or clear) in the BOOTCFG register. And its also
mentioned, BOOTCFG register is not written directly, but instead uses the FMD register.
I got the concept in theorywise, but im not able to implement it. It would be much helpful for me, if anyone help me for below questions,
1) how to configure EN bit (set or clear) using FMD register?
2) Is there any program or logic for that ?
3) When and where i should do this to get control of that EN bit?
THANKS IN ADVANCE.