2019-11-18 06:23 PM
I found CMACRO "_TRACE" in USBPD project in STM32CubeExpansion_USBPD_F0_V2.1.0.
I think I can enable usbpd debug trace feature using _TRACE. However, I can not find way check debug trace in my environment. I am using KEIL MDK ARM. Please advise.
Solved! Go to Solution.
2019-11-18 11:00 PM
I advice you to have a look to following documents 'UM2552' (and §3.6.4)
In the projects we deliver, this switch "_TRACE" willl allow to see communications between 2 boards.
Trace is done through USART pins connected to ST link. You should use Cubemonitor-UCPD and use the functionality described in the following image:
You should see logs like this:
2019-11-18 11:00 PM
I advice you to have a look to following documents 'UM2552' (and §3.6.4)
In the projects we deliver, this switch "_TRACE" willl allow to see communications between 2 boards.
Trace is done through USART pins connected to ST link. You should use Cubemonitor-UCPD and use the functionality described in the following image:
You should see logs like this:
2019-11-18 11:34 PM
Thank you. I will try that the tool.