Question
STM32F4 CAN HAL
Posted on May 09, 2018 at 17:11
Hello,
For every peripheral like SPI,I2C,USART , etc, ST's HAL gives 3 types of apis like poll, IT and DMA . Why this is not applicable to CAN bus ? I dont find an api like can_transmit_IT or receive_it in the latest stm32f4xx_hal_can.c
i am referring to
STM32Cube_FW_F4_V1.21.0\Drivers\STM32F4xx_HAL_Driver\Src
#stm32-disc #stm32f4-nucleo