Tomas Vanek
Tomas Vanek
I tested the PR with GROW R503 http://www.zjgrow.com/grow-r503-new-circular-round-two-color-ring-indicator-led-control-dc33v-mx10-6pin-capacitive-fingerprint-module-sensor-scanner-p2112363.html
Any progress in this issue? I would appreciate WIFI_EVENT_TWT_AWAKE as well.
After writing this issue I found that in spy mode the mutex is probably not initialized and therefore BSP_USBPD_PWR_VBUSGetVoltage() doesn't work. I fixed the problem using condition similar to https://github.com/STMicroelectronics/STM32CubeG0/blob/fcc63f394b69d25d005c431be60960d2c22acab8/Projects/STM32G071B-DISCO/Demonstrations/USBPD_Analyzer/Src/demo_disco.c#L1241-L1244...