2023-10-31 02:06 PM - edited 2023-10-31 02:09 PM
Hello,
I am following this guide, https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Getting_started_with_USB-Power_Delivery_Dual_Role#Clear_the_pinout, and am unable to get the device to appear in the board selection window of the UCPD monitoring software.
I can see the tracer port communication, just not the board selection.
Everything else appears to be working. It is able to successfully negotiate 5V contracts as both a source and sink.
The guide indicates I should be able to see it in the board selection window. Not sure how to diagnose this. I have double checked I have _TRACE and _GUI_INTERFACE compiler flags present.
2023-11-06 02:52 AM
Hello @NMartin
You have trace running. Good.
To be able to send command to your board, you did well by activating _GUI_INTERFACE.
But a part must be missing.
Can you double check the section :2.9.3: Configure_UCPD_monitor_firmware_responder_for_debug please ?
Regards,
Nicolas
2023-11-07 03:42 PM
Hi Nicolas,
Here are my settings for 2.9.3 of the guide:
Nate
2023-11-08 01:55 AM
Hi @NMartin
In order to get the board selection working in UCPD monitor tool, the embedded part is expected to answer to an incoming message sent by UCPD monitor.
Are you able check UART Tx and Rx pins signals/waveforms when UCPD Monitor starts ?
Just to check you see properly the UCPD Monitor request (on UART Rx) and then the embedded answer (on UART Tx).
Regards
2023-11-14 12:00 PM
I can check this later this week.
I have gotten the majority of my project working without this debugging functionality however, so this isnt as much of a priority for me.
Nate