Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa644e7

Browse files
authored
Merge pull request#1251 from stm32-rs/bxcan-rst
Fix BxCAN resetValues
2 parents9a19053 +282e2cd commitfa644e7

File tree

9 files changed

+19
-0
lines changed

9 files changed

+19
-0
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Updated to`svdtools` 0.5.0
66
* refactor COMP & OPAMP on F3/G4/L4
7+
* Fix BxCAN resetValues
78
* Fix bug in GPIO AFSEL collect
89
* Add GPIO for WB0/N6/MP1
910

‎devices/patches/can/rst_val.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
_modify:
2+
MCR:
3+
resetValue:0x10002
4+
MSR:
5+
resetValue:0xC02
6+
TSR:
7+
resetValue:0x1C000000
8+
FMR:
9+
resetValue:0x2A1C0E01
10+
BTR:
11+
resetValue:0x1230000

‎devices/stm32f0x1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ADC:
1515
CAN:
1616
_strip:CAN_
1717
_include:
18+
-patches/can/rst_val.yaml
1819
-fields/can/can.yaml
1920
-collect/can/can.yaml
2021
-collect/can/filter_bank.yaml

‎devices/stm32f0x2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ADC:
1515
CAN:
1616
_strip:CAN_
1717
_include:
18+
-patches/can/rst_val.yaml
1819
-fields/can/can.yaml
1920
-collect/can/can.yaml
2021
-collect/can/filter_bank.yaml

‎devices/stm32f0x8.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ADC:
1515
CAN:
1616
_strip:CAN_
1717
_include:
18+
-patches/can/rst_val.yaml
1819
-fields/can/can.yaml
1920
-collect/can/can.yaml
2021
-collect/can/filter_bank.yaml

‎devices/stm32f103.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ BKP:
7070
CAN:
7171
_strip:CAN_
7272
_include:
73+
-patches/can/rst_val.yaml
7374
-fields/can/can.yaml
7475
-collect/can/can.yaml
7576
-collect/can/filter_bank.yaml

‎devices/stm32f107.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ BKP:
7575
CAN1:
7676
_strip:CAN_
7777
_include:
78+
-patches/can/rst_val.yaml
7879
-fields/can/can.yaml
7980
-collect/can/can.yaml
8081
-collect/can/filter_bank.yaml

‎devices/stm32f215.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ADC[1]:
2424

2525
CAN2:
2626
_include:
27+
-patches/can/rst_val.yaml
2728
-fields/can/can.yaml
2829
-collect/can/can.yaml
2930
-collect/can/filter_bank.yaml

‎devices/stm32f217.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ADC[1]:
2424

2525
CAN2:
2626
_include:
27+
-patches/can/rst_val.yaml
2728
-fields/can/can.yaml
2829
-collect/can/can.yaml
2930
-collect/can/filter_bank.yaml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp