Profiling with NXP S32K3XX MCU
-
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.
-
Hi @ViniciusCarvalho just wanted to know if you were able to get the profiling that you looking for?
The profiling results are displayed in the execution report pane under the time column, you can open if its not already open in the coverage browser with "File --> Execution Comparison Analysis." were these not available in your coverage data?
I am also trying to work on similar case, so I’m curious to hear how it went on your side