mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
476 lines
15 KiB
XML
476 lines
15 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SCHVerif.xsd">
|
|
<Device>
|
|
<DeviceID>0x414</DeviceID>
|
|
<Vendor>STMicroelectronics</Vendor>
|
|
<Type>MCU</Type>
|
|
<CPU>Cortex-M3</CPU>
|
|
<Name>STM32F101/F103 High-density</Name>
|
|
<Series>STM32F1</Series>
|
|
<Description>ARM 32-bit Cortex-M3 based device</Description>
|
|
<Configurations>
|
|
<!-- JTAG_SWD Interface -->
|
|
<Interface name="JTAG_SWD"/>
|
|
<!-- Bootloader Interface -->
|
|
<Interface name="Bootloader"/>
|
|
</Configurations>
|
|
<!-- Peripherals -->
|
|
<Peripherals>
|
|
<!-- Embedded SRAM -->
|
|
<Peripheral>
|
|
<Name>Embedded SRAM</Name>
|
|
<Type>Storage</Type>
|
|
<Description/>
|
|
<ErasedValue>0x00</ErasedValue>
|
|
<Access>RWE</Access>
|
|
<Configuration>
|
|
<Parameters address="0x20000000" name="SRAM" size="0x10000"/>
|
|
<Description/>
|
|
<Organization>Single</Organization>
|
|
<Bank name="Bank 1">
|
|
<Field>
|
|
<Parameters address="0x20000000" name="SRAM" occurrence="0x1" size="0x10000"/>
|
|
</Field>
|
|
</Bank>
|
|
</Configuration>
|
|
</Peripheral>
|
|
<!-- Embedded Flash -->
|
|
<Peripheral>
|
|
<Name>Embedded Flash</Name>
|
|
<Type>Storage</Type>
|
|
<Description>The Flash memory interface manages CPU AHB I-Code and D-Code accesses to the Flash memory. It implements the erase and program Flash memory operations and the read and write protection mechanisms</Description>
|
|
<ErasedValue>0xFF</ErasedValue>
|
|
<Access>RWE</Access>
|
|
<FlashSize address="0x1FFFF7E0" default="0x80000"/>
|
|
<!--<BootloaderVersion : Not applicable-->
|
|
<!-- 512KB single Bank -->
|
|
<Configuration>
|
|
<Parameters address="0x08000000" name=" 512 Kbytes Embedded Flash" size="0x80000"/>
|
|
<Description/>
|
|
<Organization>Single</Organization>
|
|
<Alignment>0x4</Alignment>
|
|
<Bank name="Bank 1">
|
|
<Field>
|
|
<Parameters address="0x08000000" name="sector0" occurrence="0x100" size="0x800"/>
|
|
</Field>
|
|
</Bank>
|
|
</Configuration>
|
|
</Peripheral>
|
|
<!-- Mirror Option Bytes -->
|
|
<Peripheral>
|
|
<Name>MirrorOptionBytes</Name>
|
|
<Type>Storage</Type>
|
|
<Description>Mirror Option Bytes contains the extra area.</Description>
|
|
<ErasedValue>0xFF</ErasedValue>
|
|
<Access>RW</Access>
|
|
<!-- 16 Bytes single bank -->
|
|
<Configuration>
|
|
<Parameters address="0x1FFFF800" name=" 16 Bytes Data MirrorOptionBytes" size="0x10"/>
|
|
<Description/>
|
|
<Organization>Single</Organization>
|
|
<Alignment>0x4</Alignment>
|
|
<Bank name="MirrorOptionBytes">
|
|
<Field>
|
|
<Parameters address="0x1FFFF800" name="MirrorOptionBytes" occurrence="0x1" size="0x10"/>
|
|
</Field>
|
|
</Bank>
|
|
</Configuration>
|
|
</Peripheral>
|
|
<!-- Option Bytes -->
|
|
<Peripheral>
|
|
<Name>Option Bytes</Name>
|
|
<Type>Configuration</Type>
|
|
<Description/>
|
|
<Access>RW</Access>
|
|
<Bank interface="JTAG_SWD">
|
|
<Parameters address="0x4002201C" name="Bank 1" size="0x8"/>
|
|
<Category>
|
|
<Name>Read Out Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x4002201C" name="FLASH_OBR" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>RDP</Name>
|
|
<Description>Read protection option byte. The read protection is used to protect the software code stored in Flash memory.</Description>
|
|
<BitOffset>0x1</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>R</Access>
|
|
<Values>
|
|
<Val value="0">Flash memory is not read-protected.</Val>
|
|
<Val value="1">Flash memory is read-protected.</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Configuration</Name>
|
|
<Field>
|
|
<Parameters address="0x4002201C" name="USR_RDP" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WDG_SW</Name>
|
|
<Description/>
|
|
<BitOffset>0x2</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>R</Access>
|
|
<Values>
|
|
<Val value="0x0">Hardware watchdog</Val>
|
|
<Val value="0x1">Software watchdog</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STOP</Name>
|
|
<Description/>
|
|
<BitOffset>0x3</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>R</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Stop mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STDBY</Name>
|
|
<Description/>
|
|
<BitOffset>0x4</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>R</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Standby mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Data</Name>
|
|
<Field>
|
|
<Parameters address="0x4002201C" name="USR_DATA" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>Data0</Name>
|
|
<Description>User data 0 (8-bit)</Description>
|
|
<BitOffset>0xA</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>R</Access>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>Data1</Name>
|
|
<Description>User data 1 (8-bit)</Description>
|
|
<BitOffset>0x12</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>R</Access>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>Write Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x40022020" name="WRP_0_1" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WRP0</Name>
|
|
<!--<Description>One bit of the user option bytes WRPx is used to protect 2 pages of 2 Kbytes in the main memory block. However, bit 7 of WRP3 write protects pages 62 to 511.</Description>-->
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x20</BitWidth>
|
|
<Access>R</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
</Bank>
|
|
<Bank interface="JTAG_SWD">
|
|
<Parameters address="0x1FFFF800" name="Bank 2" size="0x10"/>
|
|
<Category>
|
|
<Name>Read Out Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF800" name="USR_RDP" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>RDP</Name>
|
|
<Description>Read protection option byte. The read protection is used to protect the software code stored in Flash memory.</Description>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
<Values>
|
|
<Val value="0xA5">Level 0, no protection</Val>
|
|
<Val value="0xBB">or any value other than 0xAA and 0xCC: Level 1, read protection</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Configuration</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF800" name="USR_RDP" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WDG_SW</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>W</Access>
|
|
<Values>
|
|
<Val value="0x0">Hardware watchdog</Val>
|
|
<Val value="0x1">Software watchdog</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STOP</Name>
|
|
<Description/>
|
|
<BitOffset>0x11</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>W</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Stop mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STDBY</Name>
|
|
<Description/>
|
|
<BitOffset>0x12</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>W</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Standby mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Data</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF804" name="USR_DATA" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>Data0</Name>
|
|
<Description>User data 0 (8-bit)</Description>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>Data1</Name>
|
|
<Description>User data 1 (8-bit)</Description>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>Write Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF808" name="WRP_0_1" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WRP0</Name>
|
|
<!--<Description>One bit of the user option bytes WRPx is used to protect 2 pages of 2 Kbytes in the main memory block. However, bit 7 of WRP3 write protects pages 62 to 511.</Description>-->
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>WRP8</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
<Field>
|
|
<Parameters address="0x1FFFF80C" name="WRP_2_3" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WRP16</Name>
|
|
<Description/>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>WRP24</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>W</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
</Bank>
|
|
<Bank interface="Bootloader">
|
|
<Parameters address="0x1FFFF800" name="Bank 1" size="0x10"/>
|
|
<Category>
|
|
<Name>Read Out Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF800" name="USR_RDP" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>RDP</Name>
|
|
<Description>Read protection option byte. The read protection is used to protect the software code stored in Flash memory.</Description>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values>
|
|
<Val value="0xA5">Level 0, no protection</Val>
|
|
<Val value="0xBB">or any value other than 0xAA and 0xCC: Level 1, read protection</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Configuration</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF800" name="USR_RDP" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WDG_SW</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values>
|
|
<Val value="0x0">Hardware watchdog</Val>
|
|
<Val value="0x1">Software watchdog</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STOP</Name>
|
|
<Description/>
|
|
<BitOffset>0x11</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Stop mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>nRST_STDBY</Name>
|
|
<Description/>
|
|
<BitOffset>0x12</BitOffset>
|
|
<BitWidth>0x1</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values>
|
|
<Val value="0x0">Reset generated when entering Standby mode</Val>
|
|
<Val value="0x1">No reset generated</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>User Data</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF804" name="USR_DATA" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>Data0</Name>
|
|
<Description>User data 0 (8-bit)</Description>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>Data1</Name>
|
|
<Description>User data 1 (8-bit)</Description>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
<Category>
|
|
<Name>Write Protection</Name>
|
|
<Field>
|
|
<Parameters address="0x1FFFF808" name="WRP_0_1" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WRP0</Name>
|
|
<!--<Description>One bit of the user option bytes WRPx is used to protect 2 pages of 2 Kbytes in the main memory block. However, bit 7 of WRP3 write protects pages 62 to 511.</Description>-->
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>WRP8</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
<Field>
|
|
<Parameters address="0x1FFFF80C" name="WRP_2_3" size="0x4"/>
|
|
<AssignedBits>
|
|
<Bit>
|
|
<Name>WRP16</Name>
|
|
<Description/>
|
|
<BitOffset>0x0</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
<Bit>
|
|
<Name>WRP24</Name>
|
|
<Description/>
|
|
<BitOffset>0x10</BitOffset>
|
|
<BitWidth>0x8</BitWidth>
|
|
<Access>RW</Access>
|
|
<Values ByBit="true">
|
|
<Val value="0x0">Write protection active on this sector</Val>
|
|
<Val value="0x1">Write protection not active on this sector</Val>
|
|
</Values>
|
|
</Bit>
|
|
</AssignedBits>
|
|
</Field>
|
|
</Category>
|
|
</Bank>
|
|
</Peripheral>
|
|
</Peripherals>
|
|
</Device>
|
|
</Root> |