Skip to content

Commit 7c65d5e

Browse files
authored
added CAN GPIO configuration to bxcan README caveats (#48)
1 parent a255b66 commit 7c65d5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stm32/libcanard/bxcan/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ In order to avoid frame loss due to RX overrun, the following measures should be
4040
* The driver does not permit concurrent access from different threads of execution.
4141
* The clocks of the CAN peripheral must be enabled by the application before the driver is
4242
initialized. The driver cannot do that because this logic is not uniform across the STM32 family.
43+
* The driver does not configure CAN GPIOs, as they vary by hardware setup.
44+
4345

4446
Note that it is possible to invoke the driver's API functions from IRQ context, provided that the
4547
application takes care about proper guarding with critical sections.

0 commit comments

Comments
 (0)