The default LCF has this memory location reserved:
cfmprotrom (RX): ORIGIN = 0x00000410, LENGTH = 0x00000010
And then defines this section as follows:
.cfmprotect :{ *(.cfmconfig) . = ALIGN (0x4);} > cfmprotrom My GUESS is that this is for memory protection. Is this correct?
If so, where do I look to find more information on how to make use of this? I've dug through the manuals and didn't find any information on this specfic address (0x0000410). I've been Googling for awhile now and havn't come across any examples.