We are currently using a custom board that integrates the CM7 of S32G274A_Rev2 and the S32 Design Studio. Our setup uses the S32 Debug Probe via USB to program and debug the code. We select the FreeRTOS awareness in the debug debug configurations, this provides only the debug information that is gathered from the RTOS, those from the FreeRTOS views (Task List, Queue List, Timer List, Heap Usage) as in this image:
However, we would like to have a detailed debug view of the threads, as shown in this image:
Please, Would it be possible to share the correct settings to get the debug settings and the trace view using the M7 Core 0 as main?
Regards,
Hugo
Hello @ARM_Kami,
We offer FreeRTOS debugging configurations in the FreeRTOS examples included in the SW package, for example:
You shoudl be able to find it in your FlexNet account: swlicensing, in: Automotive SW – S32G Reference Software > Automotive SW - S32G - FreeRTOS (Cortex-M7) > S32G FreeRTOS 10.4.6 version 4.0.2.
Once installing the UpdateSite package in S32DS you can find the example for debugger configuration in your installation directory, for example: C:\NXP\S32DS.3.5\S32DS\software\PlatformSDK_S32XX_4_0_0\FreeRTOS\examples\S32DS\FreeRTOS_Toggle_Led_Example_S32G274A_M7\Project_Settings\Debugger\FreeRTOS_Toggle_Led_Example_S32G274A_M7_Debug_RAM_S32Debug.launch
Let me know if this configuration is what you were looking for.