Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 781dea6

Browse files
committed
Adding STM32 XL devices
1 parent dc9be94 commit 781dea6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

res/devices.xml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<loader>loader_f1.bin</loader>
132132
</device>
133133

134-
<device type="STM32F103 (Low Density)" coretype="CM3">
134+
<device type="STM32F10x (Low Density)" coretype="CM3">
135135
<core_id>0x1ba01477</core_id>
136136
<chip_id>0x412</chip_id>
137137
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
@@ -140,7 +140,7 @@
140140
<loader>loader_f1.bin</loader>
141141
</device>
142142

143-
<device type="STM32F103 (Medium Density)" coretype="CM3">
143+
<device type="STM32F10x (Medium Density)" coretype="CM3">
144144
<core_id>0x1ba01477</core_id>
145145
<chip_id>0x410</chip_id>
146146
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
@@ -149,7 +149,7 @@
149149
<loader>loader_f1.bin</loader>
150150
</device>
151151

152-
<device type="STM32F103 (High Density)" coretype="CM3">
152+
<device type="STM32F10x (High Density)" coretype="CM3">
153153
<core_id>0x1ba01477</core_id>
154154
<chip_id>0x414</chip_id>
155155
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
@@ -158,7 +158,16 @@
158158
<loader>loader_f1.bin</loader>
159159
</device>
160160

161-
<device type="STM32F105 (Connectivity)" coretype="CM3">
161+
<device type="STM32F10x (XL Density)" coretype="CM3">
162+
<core_id>0x1ba01477</core_id>
163+
<chip_id>0x430</chip_id>
164+
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
165+
<flash_int_reg>0x40022000</flash_int_reg>
166+
<sram_size>0x4000</sram_size>
167+
<loader>loader_f1.bin</loader>
168+
</device>
169+
170+
<device type="STM32F10x (Connectivity)" coretype="CM3">
162171
<core_id>0x1ba01477</core_id>
163172
<chip_id>0x418</chip_id>
164173
<flash_size_reg>0x1FFFF7E0</flash_size_reg>

0 commit comments

Comments
 (0)