Hi @aslan_eyyup
Could you please provide some screenshots with the entire code execution profiling report for the Nucleo-F303RE? We have some doubts on how profiling measurements are computed.
If you can, we would like to have the report expressed in nanoseconds and also in ticks. To do that, after PIL execution finishes, you can run the following commands in MATLAB Command Window:
report(out.executionProfile, 'Units', 'Ticks')
report(out.executionProfile, 'Units', 'Seconds')