Hi, I'm using the s32k144evb and my application resides in P-Flash since it is to big to be stored directly in RAM ( It seems that if you use the SDK is very difficult to stay in the limits). Since I can't read simultaneously from P-Flash and D-Flash, should I put the D-Flash functions in RAM in order to be able to read it?
If yes which is the method permiting me to put only some parts of code in ram?
NB:
The defined macro:
START_FUNCTION_DEFINITION_RAMSECTIOn
END_FUNCTION_DEFINITION_RAMSECTION
are defined as void with GCC compiler.