Hi, I have tried many times to get a trace using STM32CubeMonitor-UCPD 1.2.0 with my board without success. I have tried with both RTOS and without. The USAR1 is connected to an FTDI usb serial cable but the board doesn't show up In the monitor....
Hi @HFISTM I found the problem, when using FreeRTOS it was getting stuck on an configASSERT and the answer was to setup the MAX Interrupt Priority in RTOS settings to 3 (Down from 5 which was default). Also separated the time source for HAL to T...
Hi @HFISTM any idea? I'm using ST-Link2 from kits to connect to my board. Since it limits to a few hardware breakpoints tracing should make it clearer where UCPD is stopping.
Hi @HFISTM Yes I have configured the other uarts as I plan to use them in the future on this application, but right now my focus os only on USB-PD Source with Data (UFP/DFP swap) and they are just not in use atm. Not sure what you mean by checking ...
Hi @HFISTM thanks for replying.Yes I have enabled GUI_INTERFACE as well as USART1 TX DMA1 and global interrupt. Even if I open the port for trace only in the Monitor nothing shows.About return value, that function is called from here when not usin...
Hi @HFISTM Just updated to 1.51 (No release notes describing the diferences in CubeIDE) and a grep reveals that this issue isn't fixed. I have been having trouble to get UCPD to work in G4 wonder if this is the culprit.