This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Flash operations on C8051F531A (read, write a byte to/from flash)

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

Parents
  • 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

Reply
  • 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

Children