EEPRMA2 M95 writedata bug?
Hi,I'm using the latest EEPRMA2 drivers for the M95M04 EEPROM. I'm trying to store data in EEPROM on a specific address.In the following example, I expect one byte to be written to address 5.uint8_t a = 10;uint32_t targetAddr = 5;EEPRMA2_M95_WriteDat...