Is it possible to store 8 bit character to 32 bit Internal Data Flash in the Microcontroller by just using only 8 bit of space for each bytes?,by using a combination of 4 bytes which can be also recovered as individual bytes later.
I'm using Nuc240 (ARM-M0) Microcontoller with 32 bit Data Flash and 512 bytes erase limit,read write limit is 32 bit.
Please explain a code template if possible.
Electrical – How to store 8 bit character in 32 bit Data Flash memory
ccortex-m0flash-memoriesmicrocontroller
Related Question
- How to select correct SPI flash for specific micro-controller (pic32mx795f)
- Electronic – Tiny Code for dumping Flash Memory
- Electronic – Casting integer to character
- Electronic – How does a microcontroller load and execute a bootloader
- Electronic – Flash and EEPROM
- Electronic – Efficient way of writing to flash memory without losing data
Best Answer
Yes, by either array or structure.
Or