Hi,
1. Development summary is
CPU : S32K312, Tools : Design studio 3.5, D32K3.P01 RTD autosar R21-11 version 3.0.0
Emulator : PEMicro USB multilink
2. I am developing functions for flash programming on ethernet communication
1) Upload binary file to PCB board by ethernet comm.
2) Burn flash(Flash block2) by upload binary data
3) Copy flash block2 to flash block1 and reset CPU(This function is running on ram code)
3. I did this functions for
1) Generate C40_IP component
2) I changed macro of CP_IP.h, CP_IP.c as follows
#define FLS_START(STOP)_SEC_CODE --> FLS_START(STOP)_SEC_RAMCODE
4. Errors are
I will really appreciate your help
Thank you