Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nopnop2002 committed Mar 1, 2020
1 parent 2526746 commit c469aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stm32f103/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This example support Extended frame format: with 29 identifier bits.
The original uses PB8 and PB9 as CAN ports.
In this example, you can select the CAN port.

# Remap CAN port

CAN_RX mapped to PA11, CAN_TX mapped to PA12
```
CANInit(CAN_1000KBPS, 0); // CAN_RX mapped to PA11, CAN_TX mapped to PA12
Expand Down
2 changes: 2 additions & 0 deletions stm32f303/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This example support Extended frame format: with 29 identifier bits.
The original uses PB8 and PB9 as CAN ports.
In this example, you can select the CAN port.

# Remap CAN port

CAN_RX mapped to PA11, CAN_TX mapped to PA12
```
CANInit(CAN_1000KBPS, 0); // CAN_RX mapped to PA11, CAN_TX mapped to PA12
Expand Down

0 comments on commit c469aaf

Please sign in to comment.