User Activity

I'm trying standard CAN communication from a STM32H743 Nucleo board, with an MCP2551 CAN transceiver connected to PA11/PA12. However, I'm not able to transmit anything.With this same transceiver circuit, I am able to transmit CAN frames when connecte...
The processor never wakes up from STOP1 mode and I do not know why.Reading RTC time and date works, so I know the RTC clock is running. With debugger (using HAL_EnableDBGStopmode()), I notice that the firmware is stuck in __WFI()I'm using STM32Cube_F...