CAN driver - comparison between HAL Driver and Standard Peripheral Driver #39
Labels
can
Controller Area Network
hal
HAL-LL driver-related issue or pull-request.
internal bug tracker
Issue confirmed and logged into the internal bug tracking system
question
Further information is requested
From STM32F4xx Standard Peripherals Drivers V1.8.1 (27-January-2022) release notes:
Analyzing the current code of the file
stm32f4xx_hal_can.c
you can still see the use ofSET_BIT()
.Is this race condition not present in the HAL driver and/or has it been resolved elsewhere?
The text was updated successfully, but these errors were encountered: