hello!
I'm using s32k312 with RTD5.0.0, there's some problem about C40_Ip erasing pflash :
- Erase block0(0x420000-0x500000) failed, will cause hard_fault;
- Erase block1(0x500000-Hse_start) successful;
I found a post https://community.nxp.com/t5/S32K/S32K344-C40-IP-Hardware-Fault-Problem/td-p/1697432

but in RTD 5.0.0 C40_ip.h, "Fls_MemMap.h" not exists

so, how to put C40_Ip APIs into ram? Can provide me some example projects? Thanks