Flash Memory Access in XMC1100

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Greetings,
Sir/madam i am trying to Write data into Flash memory location i read flash architecture topic in "xmc1100 Reference Manual V1.1 2014-04" as per page 166 i followed the same, but i am unable to update value to flash registers, could you please suggest me, is there any pre procedure i have to follow before writing into the flash??

Thanks and Regards
0 Likes
2 Replies
Not applicable
Hi,

In DAVE IDE, Flash driver is provided as FLASH003 APP.
Using APIs provided by the app, user can easily implement the flash operation such as erase and write.
Perhaps you want to give it a try.
0 Likes
Not applicable
Thanks for Reply sir,
the issue was resolved. actually the problem was with "NVM_ON" bitn in "NVMCONF" Register, it should have to be set before setting any other flash Register otherwise the response for remaining flash operations will be void.
0 Likes