Hi,
Im using the S32K118 with winIDEA and want to use the EEPROM emulation. This is a completely new device for me.
Based on my understanding, when EEPROM emulation is enabled (EERDY=1), I should have no problem programming the addresses form 0x1400'0000 on.
I wanted to do this via regular bus access but it does not work for me. When writing 8 bytes, only lower 4 bytes are programmed. When writing 16 bytes, only first and third 4 byte chunks are programmed. Does this sound familiar by any chance?
I explored the option of getting this programmed with flash API but did not find a way since I can only use 3 bytes of address.
How can I make sure that EEPROM programming will work as expected?
Thank you,
Robert