Hello ALL,
Is there a method to write data into a memory block in internal flash on TM4C129, change the block protection to READ_ONLY, have that protection last through a reset, and then still be able to change the data in that flash block at a later time?
I am familiar with (at least know about) the FlashProgram(), FlashProtectSet() API's. The API's descriptions seem quite clear that the only way for a block of Flash to retain a READ_ONLY memory access setting through a RESET is to use a FlashProtectSave(). And I understand that the result of this call is that the block of FLASH can NEVER be changed. I need to modify the block of FLASH with new data at a later time.
Is there a method to accomplish this ?
Even a "NO WAY" will be greatly appreciated,
Randy