User Activity

On STM32F205VGTX, when I put cpu in sleep by using this command: HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI); CAN peripheral stops working. It does not acknowlege bus messages anymore and there is no CAN interrupts to wake up...
STM32CubeL4, v1.17.2 in function HAL_UART_IRQHandler() at line 2524.When handling bus ideal situation, there is no condition to prohibit calling the callback if nb_remaining_rx_data = huart->RxXferSize/2. So, both Dma half transfer complete and bus i...