Hello!
Over in https://github.com/qmk/qmk_firmware/pull/12947 we are wondering about the semantics of using the FlexNVM EEPROM.
Specifically, the App Note NXP AN4282 can be interpreted to say that the EEPROM must only be partitioned once in the lifetime of the device.
However, the MK66F datasheet says partitioned once in the lifetime of the application.
Hence my question: is it safe to use an application partitioning the EEPROM to, say, 2048 bytes, and then later flashing a new application which partitions the EEPROM again with, say, 4096 bytes?
Thank you