Tool/software:
Hi All,
The MSPM0 SDK's EEPROM emulation supports 32-bit data.
Is there sample code that supports 8-bit and 16-bit data?
If not, please tell us how to change from 32-bit to 8-bit or 16-bit.
Best Regards,
Ito
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi All,
The MSPM0 SDK's EEPROM emulation supports 32-bit data.
Is there sample code that supports 8-bit and 16-bit data?
If not, please tell us how to change from 32-bit to 8-bit or 16-bit.
Best Regards,
Ito
Hi Ito,
Which type emulation you are refer to? I assume it isTypeB emulation.
And we do not originally support 16-bit/8-bit, you can just make the data value as 16-bit/8-bit to enable the feature, which will waste lots of flash memory.
Or, combine several 16-bit/8-bit data together to achieve similar functions.
B.R.
Sal