Skip to content

Commit 8b44c0d

Browse files
committed
Added CAN API for STM32F1xx family.
* STM32F1xx family have only one CAN bus Change-Id: Ie1c82a22e1483fc5d389b958d062f561770f9004
1 parent 47e2e09 commit 8b44c0d

File tree

2 files changed

+484
-0
lines changed

2 files changed

+484
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32F1/PeripheralPins.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ extern const PinMap PinMap_SPI_MISO[];
5959
extern const PinMap PinMap_SPI_SCLK[];
6060
extern const PinMap PinMap_SPI_SSEL[];
6161

62+
//*** CAN ***
63+
64+
extern const PinMap PinMap_CAN_RD[];
65+
extern const PinMap PinMap_CAN_TD[];
66+
6267
#endif

0 commit comments

Comments
 (0)