Hi there!
Is anyone who could give me a hind on how to implement C-functions which can read or write a byte from/to the flash memory of the C8051F531A microcontroller of SiLabs?
Would be great!
Regards Benny
read or write a byte from/to the flash memory of the C8051F531A microcontroller of SiLabs?
1) read, it's in the Compiler manual 2) write, it's is in the datasheet 3) write a byte, is 'impossible' you can not write flash memory without erasing a page.
Erik
Hi Erik,
thanks a lot for your reply! I've already wrote the funcitions for writing and reading. You're right, I'll have to erase a page.
Have a nice day.