Skip to content

Commit

Permalink
Adding STM32 XL devices
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Oct 24, 2014
1 parent dc9be94 commit 781dea6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions res/devices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<loader>loader_f1.bin</loader>
</device>

<device type="STM32F103 (Low Density)" coretype="CM3">
<device type="STM32F10x (Low Density)" coretype="CM3">
<core_id>0x1ba01477</core_id>
<chip_id>0x412</chip_id>
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
Expand All @@ -140,7 +140,7 @@
<loader>loader_f1.bin</loader>
</device>

<device type="STM32F103 (Medium Density)" coretype="CM3">
<device type="STM32F10x (Medium Density)" coretype="CM3">
<core_id>0x1ba01477</core_id>
<chip_id>0x410</chip_id>
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
Expand All @@ -149,7 +149,7 @@
<loader>loader_f1.bin</loader>
</device>

<device type="STM32F103 (High Density)" coretype="CM3">
<device type="STM32F10x (High Density)" coretype="CM3">
<core_id>0x1ba01477</core_id>
<chip_id>0x414</chip_id>
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
Expand All @@ -158,7 +158,16 @@
<loader>loader_f1.bin</loader>
</device>

<device type="STM32F105 (Connectivity)" coretype="CM3">
<device type="STM32F10x (XL Density)" coretype="CM3">
<core_id>0x1ba01477</core_id>
<chip_id>0x430</chip_id>
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
<flash_int_reg>0x40022000</flash_int_reg>
<sram_size>0x4000</sram_size>
<loader>loader_f1.bin</loader>
</device>

<device type="STM32F10x (Connectivity)" coretype="CM3">
<core_id>0x1ba01477</core_id>
<chip_id>0x418</chip_id>
<flash_size_reg>0x1FFFF7E0</flash_size_reg>
Expand Down

0 comments on commit 781dea6

Please sign in to comment.