User Activity

Hi everyone, I try to understand more deeply the the whole clocks issue and how each frequency affects the running time. My board is STM32F429, and the clock configuration set by default (maximum values). This is the best configuration for fast runni...
In polling mode, HAL_CAN_AddTxMessage() returns HAL_OK, but HAL_CAN_GetRxMessage() returns HAL_CAN_ERROR_PARAM. In interrupt mode, the function HAL_CAN_RxFifo0MsgPendingCallback() never has been called (CAN1_RX0_IRQHandler not been called). Also HAL...