I am using MPC5748G microcontroller and i am writing data into eeprom and the starting address is 0XF90000. Is there any option in s32ds power architecture, to view the content of eeprom at this address?
As you probably know, this is just flash area. If it is needed to use for EEPROM emulation, EEPROM emulation driver is needed to use.
In the S32DS, you can see content of flash, but not content of emulated EEPROM. Such feature is currently not present.
Speaking of S32DS, I was wondering if you could tell me the specific method of seeing content of flash in S32DS?
I am using S32K144 MCU and S32DS 2018.R1 (IDE). I am trying to see P-Flash memory but i am not getting any information. here some API like flashprogramcheck( ) . how can i see P-Flash memory in this IDE.