Question
How work HAL with CAN?
I'm learning about CAN with stm32, currently I'm using a STM32F3 discovery, the Cube MX, freeRTOS and VS Code. I created a project for CAN, calculated the S1 and S2 from 8MHz processor, enabled automatic wake-up, Receive FIFO and Transmit FIFO. Then I generated the code using freeRTOS as _weak and I set it up all pre-defineds fields, but when I go work in my task the function can.h doesn't enable function as HAL_CAN_GetRxMessage(), HAL_CAN_AddTxMessage() and HAL_CAN_GetTxTimestamp().
So how solve this problem?
