Hi,
If you use SDK, take a look at these examples:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\demo_apps\eeprom_emulation\
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5748G\driver_examples\system\flash_program_erase\
The documentation can be found here:
c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5748G_UserManual.pdf
If you don’t use SDK, here’s an example which does not use drivers:
https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5748G-Flash-RW/ta-p/1123178
And here’s an example which uses older SSD flash drivers:
https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/Example-MPC5748G-Flash-RW-SSD/ta-p/1129258
SSD flash driver can be downloaded here:
https://www.nxp.com/webapp/Download?colCode=C55_NVM_SSD
Emulation EEPROM driver can be downloaded here:
https://www.nxp.com/webapp/Download?colCode=MPC5XXX_EEE_DRIVER
But notice that SDK is preferred. These two drivers above are not maintained anymore.
Regards,
Lukas