Profiling with NXP S32K3XX MCU
Unsolved
Coco
-
Hello, I'm trying to generate the profiling results for the NXP S32K3XX MCU using Coco with GHS compiler and I can only generate the .csmes and .csexe file containing the code coverage data (by the way, the code coverage results are perfect). It seems that only adding the "--cs-function-profiler=all" command line parameter is not enough to generate the profiling data or this platform is not yet supported for profiling. Could you please clarify if this platform is supported or not? If it is supported, could you please help me figure it out why the profiling results are not being collected and stored in the .csexe file? Thank you in advance.