STM32F100xx value line Flash programming - STMicroelectronics

3 downloads 696 Views 361KB Size Report
This programming manual describes how to program the Flash memory of ... The STM32F100xx embedded Flash memory can be programmed using in-circuit.
PM0063 Programming manual STM32F100xx value line Flash programming Introduction This programming manual describes how to program the Flash memory of low-density (STM32F100x4, STM32F100x6), medium-density STM32F100xx (STM32F100x8, STM32F100xB) and high-density (STM32F100xC, STM32F100xD, STM32F100xE) microcontrollers. For convenience, these will be referred to as STM32F100xx in the rest of this document unless otherwise specified. The STM32F100xx embedded Flash memory can be programmed using in-circuit programming or in-application programming. The in-circuit programming (ICP) method is used to update the entire contents of the Flash memory, using the JTAG, SWD protocol or the boot loader to load the user application into the microcontroller. ICP offers quick and efficient design iterations and eliminates unnecessary package handling or socketing of devices. In contrast to the ICP method, in-application programming (IAP) can use any communication interface supported by the microcontroller (I/Os, UART, I2C, SPI, etc.) to download programming data into memory. IAP allows the user to re-program the Flash memory while the application is running. Nevertheless, part of the application has to have been previously programmed in the Flash memory using ICP. The Flash interface implements instruction access and data access based on the AHB protocol. It implements the logic necessary to carry out Flash memory operations (Program/Erase). Program/Erase operations can be performed over the whole product voltage range. Read/Write protections and option bytes are also implemented.

October 2010

Doc ID 16211 Rev 2

1/30 www.st.com

Contents

PM0063

Contents 1

2

Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 1.1

Features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

1.2

Flash module organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

Reading/programming the STM32F100xx embedded Flash memory 11 2.1

Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

2.2

Read operation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

2.3

2.4

2.5

3

2/30

2.2.1

Instruction fetch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

2.2.2

D-Code interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

2.2.3

Flash access controller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

Flash program and erase controller (FPEC) . . . . . . . . . . . . . . . . . . . . . . 12 2.3.1

Key values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

2.3.2

Unlocking the Flash memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

2.3.3

Main Flash memory programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13

2.3.4

Flash memory erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14

2.3.5

Option byte programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

Protections . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 2.4.1

Read protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17

2.4.2

Write protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18

2.4.3

Option byte block write protection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19

Option byte description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19

Register descriptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 3.1

Flash access control register (FLASH_ACR) . . . . . . . . . . . . . . . . . . . . . . 22

3.2

FPEC key register (FLASH_KEYR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23

3.3

Flash OPTKEY register (FLASH_OPTKEYR) . . . . . . . . . . . . . . . . . . . . . 23

3.4

Flash status register (FLASH_SR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24

3.5

Flash control register (FLASH_CR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25

3.6

Flash address register (FLASH_AR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

3.7

Option byte register (FLASH_OBR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26

3.8

Write protection register (FLASH_WRPR) . . . . . . . . . . . . . . . . . . . . . . . . 27

3.9

Flash register map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28

Doc ID 16211 Rev 2

PM0063

4

Contents

Revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29

Doc ID 16211 Rev 2

3/30

List of tables

PM0063

List of tables Table 1. Table 2. Table 3. Table 4. Table 5. Table 6. Table 7. Table 8. Table 9. Table 10.

4/30

Flash module organization (low-density value line devices) . . . . . . . . . . . . . . . . . . . . . . . . . 7 Flash module organization (medium-density value line devices) . . . . . . . . . . . . . . . . . . . . . 8 Flash module organization (high-density value line devices) . . . . . . . . . . . . . . . . . . . . . . . . 9 Flash memory protection status . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Option byte format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Option byte organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Description of the option bytes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Abbreviations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 Flash interface - register map and reset values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Document revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29

Doc ID 16211 Rev 2

PM0063

List of figures

List of figures Figure 1. Figure 2. Figure 3.

Programming procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Flash memory Page Erase procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Flash memory Mass Erase procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

Doc ID 16211 Rev 2

5/30

PM0063

Glossary This section gives a brief definition of acronyms and abbreviations used in this document:

6/30



Low-density devices are STM32F100x4 and STM32F100x6 microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes.



Medium-density devices are STM32F100x8 and STM32F100xB microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes.



High-density devices are STM32F100xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes.



The Cortex-M3 core integrates two debug ports: –

JTAG debug port (JTAG-DP) provides a 5-pin standard interface based on the Joint Test Action Group (JTAG) protocol.



SWD debug port (SWD-DP) provides a 2-pin (clock and data) interface based on the Serial Wire Debug (SWD) protocol. For both the JTAG and SWD protocols please refer to the Cortex M3 Technical Reference Manual



Word: data/instruction of 32-bit length



Half word: data/instruction of 16-bit length



Byte: data of 8-bit length



FPEC (Flash memory program/erase controller): write operations to the main memory and the information block are managed by an embedded Flash program/erase controller (FPEC).



IAP (in-application programming): IAP is the ability to re-program the Flash memory of a microcontroller while the user program is running.



ICP (in-circuit programming): ICP is the ability to program the Flash memory of a microcontroller using the JTAG protocol, the SWD protocol or the boot loader while the device is mounted on the user application board.



I-Code: this bus connects the Instruction bus of the Cortex-M3 core to the Flash instruction interface. Prefetch is performed on this bus.



D-Code: this bus connects the D-Code bus (literal load and debug access) of the Cortex-M3 to the Flash Data Interface.



Option bytes: product configuration bits stored in the Flash memory



OBL: option byte loader.



AHB: advanced high-performance bus.

Doc ID 16211 Rev 2

PM0063

Overview

1

Overview

1.1

Features ●

up to 512 Kbytes of Flash memory



Memory organization: –

Main memory block: 8 Kbits × 32 bits for low-density devices 32 Kbits × 32 bits for medium-density devices 128 Kbits × 32 bits for high-density devices



Information block: 516 × 32 bits

Flash memory interface (FLITF) features:

1.2



Read interface (32-bit)



Option byte Loader



Flash Program / Erase operation



Read / Write protection



Low-power mode

Flash module organization The memory organization is based on a main memory block containing 32 pages of 1 Kbyte (for low-density value line devices), 128 pages of 1 Kbyte (for medium-density value line devices), 256 pages of 2 Kbytes (for high-density value line devices), and an information block as shown in Table 1, Table 1 and Table 3. Table 1.

Flash module organization (low-density value line devices)

Block

Main memory

Name

Base addresses

Size (bytes)

Page 0

0x0800 0000 - 0x0800 03FF

1 Kbyte

Page 1

0x0800 0400 - 0x0800 07FF

1 Kbyte

Page 2

0x0800 0800 - 0x0800 0BFF

1 Kbyte

Page 3

0x0800 0C00 - 0x0800 0FFF

1 Kbyte

Page 4

0x0800 1000 - 0x0800 13FF

1 Kbyte

. . .

. . .

. . .

Page 31

0x0800 7C00 - 0x0800 7FFF

1 Kbyte

System memory

0x1FFF F000 - 0x1FFF F7FF

2 Kbytes

Option Bytes

0x1FFF F800 - 0x1FFF F80F

16

Information block

Doc ID 16211 Rev 2

7/30

Overview

PM0063 Table 1.

Flash module organization (low-density value line devices) (continued)

Block

Flash memory interface registers

Table 2.

Name

Base addresses

Size (bytes)

FLASH_ACR

0x4002 2000 - 0x4002 2003

4

FLASH_KEYR

0x4002 2004 - 0x4002 2007

4

FLASH_OPTKEYR

0x4002 2008 - 0x4002 200B

4

FLASH_SR

0x4002 200C - 0x4002 200F

4

FLASH_CR

0x4002 2010 - 0x4002 2013

4

FLASH_AR

0x4002 2014 - 0x4002 2017

4

Reserved

0x4002 2018 - 0x4002 201B

4

FLASH_OBR

0x4002 201C - 0x4002 201F

4

FLASH_WRPR

0x4002 2020 - 0x4002 2023

4

Flash module organization (medium-density value line devices)

Block

Main memory

Name

Base addresses

Size (bytes)

Page 0

0x0800 0000 - 0x0800 03FF

1 Kbyte

Page 1

0x0800 0400 - 0x0800 07FF

1 Kbyte

Page 2

0x0800 0800 - 0x0800 0BFF

1 Kbyte

Page 3

0x0800 0C00 - 0x0800 0FFF

1 Kbyte

Page 4

0x0800 1000 - 0x0800 13FF

1 Kbyte

. . .

. . .

. . .

Page 127

0x0801 FC00 - 0x0801 FFFF

1 Kbyte

System memory

0x1FFF F000 - 0x1FFF F7FF

2 Kbytes

Option Bytes

0x1FFF F800 - 0x1FFF F80F

16

FLASH_ACR

0x4002 2000 - 0x4002 2003

4

FLASH_KEYR

0x4002 2004 - 0x4002 2007

4

FLASH_OPTKEYR

0x4002 2008 - 0x4002 200B

4

FLASH_SR

0x4002 200C - 0x4002 200F

4

FLASH_CR

0x4002 2010 - 0x4002 2013

4

FLASH_AR

0x4002 2014 - 0x4002 2017

4

Reserved

0x4002 2018 - 0x4002 201B

4

FLASH_OBR

0x4002 201C - 0x4002 201F

4

FLASH_WRPR

0x4002 2020 - 0x4002 2023

4

Information block

Flash memory interface registers

8/30

Doc ID 16211 Rev 2

PM0063

Overview Table 3.

Flash module organization (high-density value line devices)

Block

Name

Base addresses

Size (bytes)

Page 0

0x0800 0000 - 0x0800 07FF

2 Kbytes

Page 1

0x0800 0800 - 0x0800 0FFF

2 Kbytes

Page 2

0x0800 1000 - 0x0800 17FF

2 Kbytes

Page 3

0x0800 1800 - 0x0800 1FFF

2 Kbytes

.

.

.

.

.

.

.

.

.

Page 255

0x0807 F800 - 0x0807 FFFF

2 Kbytes

System memory

0x1FFF F000 - 0x1FFF F7FF

2 Kbytes

Option Bytes

0x1FFF F800 - 0x1FFF F80F

16

FLASH_ACR

0x4002 2000 - 0x4002 2003

4

FLASH_KEYR

0x4002 2004 - 0x4002 2007

4

FLASH_OPTKEYR

0x4002 2008 - 0x4002 200B

4

FLASH_SR

0x4002 200C - 0x4002 200F

4

FLASH_CR

0x4002 2010 - 0x4002 2013

4

FLASH_AR

0x4002 2014 - 0x4002 2017

4

Reserved

0x4002 2018 - 0x4002 201B

4

FLASH_OBR

0x4002 201C - 0x4002 201F

4

FLASH_WRPR

0x4002 2020 - 0x4002 2023

4

Main memory

Information block

Flash memory interface registers

The Flash memory is organized as 32-bit wide memory cells that can be used for storing both code and data constants. The Flash module is located at a specific base address in the memory map of each STM32F100xx microcontroller type. For the base address, please refer to the related STM32F100xx reference manual. The information block is divided into two parts: ●

System memory is used to boot the device in System memory boot mode. The area is reserved for use by STMicroelectronics and contains the boot loader which is used to reprogram the Flash memory using the USART1 serial interface. It is programmed by ST when the device is manufactured, and protected against spurious write/erase operations. For further details please refer to AN2606.



Option bytes

Write operations to the main memory block and the option bytes are managed by an embedded Flash Program/Erase Controller (FPEC). The high voltage needed for Program/Erase operations is internally generated. The main Flash memory can be protected against different types of unwanted access (read/write/erase). There are two types of protection: ●

Page Write Protection



Read Protection

Refer to Section 2.4 on page 17 for more details.

Doc ID 16211 Rev 2

9/30

Overview

PM0063 During a write operation to the Flash memory, any attempt to read the Flash memory will stall the bus. The read operation will proceed correctly once the write operation has completed. This means that code or data fetches cannot be made while a write/erase operation is ongoing. For write and erase operations on the Flash memory (write/erase), the internal RC oscillator (HSI) must be ON. The Flash memory can be programmed and erased using in-circuit programming and inapplication programming.

Note:

In the low-power modes, all Flash memory accesses are aborted. Refer to the STM32F100xx reference manual for further information.

10/30

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory

2

Reading/programming the STM32F100xx embedded Flash memory

2.1

Introduction This section describes how to read from or program to the STM32F100xx embedded Flash memory.

2.2

Read operation The embedded Flash module can be addressed directly, as a common memory space. Any data read operation accesses the content of the Flash module through dedicated read senses and provides the requested data. The read interface consists of a read controller on one side to access the Flash memory, and an AHB interface on the other side to interface with the CPU. The main task of the read interface is to generate the control signals to read from the Flash memory as required by the CPU. Accesses are either instruction fetches over the I-code bus, or data accesses (e.g. literal pool) over the D-code bus. Since these two buses have the same Flash memory as target, the interface gives priority to D-code bus accesses over I-code bus, instruction fetch accesses.

2.2.1

Instruction fetch The Cortex-M3 fetches the instruction over the I-Code bus and the literal pool (constant/data) over the D-code bus.

Doc ID 16211 Rev 2

11/30

Reading/programming the STM32F100xx embedded Flash memory

PM0063

In case of non-availability of a high frequency clock in the system, Flash memory accesses can be made on a half cycle of HCLK (AHB clock), the frequency of HCLK permitting (halfcycle access can only be used with a low-frequency clock of less than 8 MHz that can be obtained with the use of HSI or HSE but not of PLL). This mode can be chosen by setting a control bit in the Flash access control register. Note:

Half-cycle access cannot be used when there is a prescaler different from 1 on the AHB clock.

2.2.2

D-Code interface The D-Code interface consists of a simple AHB interface on the CPU side and a request generator to the Arbiter of the Flash access controller. D-code accesses have priority over prefetch accesses.

2.2.3

Flash access controller Mainly, this block is a simple arbiter between the read requests of the I-code and D-Code interfaces. D-Code interface requests have priority over I-Code requests.

2.3

Flash program and erase controller (FPEC) The FPEC block handles the program and erase operations of the Flash memory. The FPEC consists of seven 32-bit registers. ●

FPEC key register (FLASH_KEYR)



Option byte key register (FLASH_OPTKEYR)



Flash control register (FLASH_CR)



Flash status register (FLASH_SR)



Flash address register (FLASH_AR)



Option byte register (FLASH_OBR)



Write protection register (FLASH_WRPR)

An ongoing Flash memory operation will not block the CPU as long as the CPU does not access the Flash memory.

2.3.1

Key values The key values are as follows:

2.3.2



RDPRT key = 0x00A5



KEY1 = 0x45670123



KEY2 = 0xCDEF89AB

Unlocking the Flash memory After reset, the FPEC block is protected. The FLASH_CR register is not accessible in write mode. An unlocking sequence should be written to the FLASH_KEYR register to open up the FPEC block. This sequence consists of two write cycles, where two key values (KEY1 and KEY2) are written to the FLASH_KEYR address (refer to Section 2.3.1 for key values). Any wrong sequence locks up the FPEC block and FLASH_CR register until the next reset.

12/30

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory Also a bus error is returned on a wrong key sequence. This is done after the first write cycle if KEY1 does not match, or during the second write cycle if KEY1 has been correctly written but KEY2 does not match. The FPEC block and FLASH_CR register can be locked by the user’s software by writing the LOCK bit of the FLASH_CR register to 1. In this case, the FPEC can be unlocked by writing the correct sequence of keys into FLASH_KEYR.

2.3.3

Main Flash memory programming The main Flash memory can be programmed 16 bits at a time. The program operation is started when the CPU writes a half-word into a main Flash memory address with the PG bit of the FLASH_CR register set. Any attempt to write data that are not half-word long will result in a bus error response from the FPEC. If a read/write operation is initiated during programming, (BSY bit set), the CPU stalls until the ongoing main Flash memory programming is over. Figure 1.

Programming procedure Read FLASH_CR_LOCK

Yes

FLASH_CR_LOCK =1

Perform unlock sequency

No Write FLASH_CR_PG to 1

Perform half-word write at the desired address

FLASH_SR_BSY =1

Yes

No Check the programmed value by reading the programmed address

ai14307b

Standard programming In this mode the CPU programs the main Flash memory by performing standard half-word write operations. The PG bit in the FLASH_CR register must be set. FPEC preliminarily reads the value at the addressed main Flash memory location and checks that it has been erased. If not, the program operation is skipped and a warning is issued by the PGERR bit in FLASH_SR register (the only exception to this is when 0x0000 is programmed. In this case, the location is correctly programmed to 0x0000 and the PGERR bit is not set). If the addressed main Flash memory location is write-protected by the FLASH_WRPR register, the program operation is skipped and a warning is issued by the WRPRTERR bit in the

Doc ID 16211 Rev 2

13/30

Reading/programming the STM32F100xx embedded Flash memory

PM0063

FLASH_SR register. The end of the program operation is indicated by the EOP bit in the FLASH_SR register. The main Flash memory programming sequence in standard mode is as follows: ●

Check that no main Flash memory operation is ongoing by checking the BSY bit in the FLASH_SR register.



Set the PG bit in the FLASH_CR register.



Perform the data write (half-word) at the desired address.



Wait for the BSY bit to be reset.



Read the programmed value and verify.

Note:

The registers are not accessible in write mode when the BSY bit of the FLASH_SR register is set.

2.3.4

Flash memory erase The Flash memory can be erased page by page or completely (Mass Erase).

Page Erase A page of the Flash memory can be erased using the Page Erase feature of the FPEC. To erase a page, the procedure below should be followed:

14/30



Check that no Flash memory operation is ongoing by checking the BSY bit in the FLASH_CR register



Set the PER bit in the FLASH_CR register



Program the FLASH_AR register to select a page to erase



Set the STRT bit in the FLASH_CR register



Wait for the BSY bit to be reset



Read the erased page and verify

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory Figure 2.

Flash memory Page Erase procedure Read FLASH_CR_LOCK

Yes

FLASH_CR_LOCK =1

Perform unlock sequency

No Write FLASH_CR_PER to 1

Write into FAR an address within the page to erase

Write FLASH_CR_STRT to 1

FLASH_SR_BSY =1

Yes

No Check the page is erased by reading all the addresses in the page

ai14305c

Mass Erase The Mass Erase command can be used to completely erase the user pages of the Flash memory. The information block is unaffected by this procedure. The following sequence is recommended: ●

Check that no Flash memory operation is ongoing by checking the BSY bit in the FLASH_SR register



Set the MER bit in the FLASH_CR register



Set the STRT bit in the FLASH_CR register



Wait for the BSY bit to be reset



Read all the pages and verify

Doc ID 16211 Rev 2

15/30

Reading/programming the STM32F100xx embedded Flash memory Figure 3.

PM0063

Flash memory Mass Erase procedure Read FLASH_CR_LOCK

Yes

FLASH_CR_LOCK =1

Perform unlock sequency

No Write into FLASH_CR_MER to 1

Write FLASH_CR_STRT to 1

FLASH_SR_BSY =1

Yes

No Check the erase operation by reading all the addresses in the user memory

2.3.5

ai14306b

Option byte programming The option bytes are programmed differently from normal user addresses. The number of option bytes is limited to 8 (4 for write protection, 1 for read protection, 1 for configuration and 2 for user data storage). After unlocking the FPEC, the user has to authorize the programming of the option bytes by writing the same set of KEYS (KEY1 and KEY2) to the FLASH_OPTKEYR register to set the OPTWRE bit in the FLASH_CR register (refer to Section 2.3.1 for key values). Then the user has to set the OPTPG bit in the FLASH_CR register and perform a half-word write operation at the desired Flash address. FPEC preliminarily reads the value of the addressed option byte and checks that it has been erased. If not, the program operation is skipped and a warning is issued by the PGERR bit in the FLASH_SR register. The end of the program operation is indicated by the EOP bit in the FLASH_SR register. The FPEC takes the LSB and automatically computes the MSB (which is the complement of the LSB) and starts the programming operation. This guarantees that the option byte and its complement are always correct.

16/30

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory The sequence is as follows: ●

Check that no Flash memory operation is ongoing by checking the BSY bit in the FLASH_SR register.



Unlock the OPTWRE bit in the FLASH_CR register.



Set the OPTPG bit in the FLASH_CR register



Write the data (half-word) to the desired address



Wait for the BSY bit to be reset.



Read the programmed value and verify.

When the Flash memory read protection option is changed from protected to unprotected, a Mass Erase of the main Flash memory is performed before reprogramming the read protection option. If the user wants to change an option other than the read protection option, then the mass erase is not performed. The erased state of the read protection option byte protects the Flash memory.

Erase procedure The option byte erase sequence (OPTERASE) is as follows:

2.4



Check that no Flash memory operation is ongoing by reading the BSY bit in the FLASH_SR register



Unlock the OPTWRE bit in the FLASH_CR register



Set the OPTER bit in the FLASH_CR register



Set the STRT bit in the FLASH_CR register



Wait for BSY to reset



Read the erased option bytes and verify

Protections The user area of the Flash memory can be protected against read by untrusted code. The pages of the Flash memory can also be protected against unwanted write due to loss of program counter contexts. The write-protection granularity is then:

2.4.1



Four pages (4 Kbytes) for low- and medium-density value line devices



Two pages (4 Kbytes) for high-density value line devices

Read protection The read protection is activated by setting the RDP option byte and then, by applying a system reset to reload the new RDP option byte.

Note:

If the read protection is set while the debugger is still connected through JTAG/SWD, apply a POR (power-on reset) instead of a system reset (without debugger connection). Once the protection byte has been programmed: ●

Main Flash memory read access is not allowed except for the user code (when booting from main Flash memory itself with the debug mode not active).

Doc ID 16211 Rev 2

17/30

Reading/programming the STM32F100xx embedded Flash memory

PM0063



Pages 0-3 (for low- and medium-density value line devices), or pages 0-1 (for highdensity value line devices) are automatically write-protected. The rest of the memory can be programmed by the code executed from the main Flash memory (for IAP, constant storage, etc.), but it is protected against write/erase (but not against mass erase) in debug mode or when booting from the embedded SRAM.



All features linked to loading code into and executing code from the embedded SRAM are still active (JTAG/SWD and boot from embedded SRAM) and this can be used to disable the read protection. When the read protection option byte is altered to a memory-unprotect value, a mass erase is performed.



When booting from embedded SRAM, Flash memory access through the code and through data read using DMA1 and DMA2 are not allowed.



Flash memory access through data read using JTAG, SWV (serial wire viewer), SWD (serial wire debug), ETM and boundary scan are not allowed.

The Flash memory is protected when the RDP option byte and its complement contain the pair of values shown in Table 4. Table 4.

Flash memory protection status

RDP byte value

Note:

RDP complement value

Read protection status

0xFF

0xFF

Protected

RDPRT

Complement of RDP byte

Not protected

Any value

Not the complement value of RDP

Protected

Erasing the option byte block will not trigger a mass erase as the erased value (0xFF) corresponds to a protected value.

Unprotection To disable the read protection from the embedded SRAM: ●

Erase the entire option byte area. As a result, the read protection code (RDP) will be 0xFF. At this stage the read protection is still enabled.



Program the correct RDP code 0x00A5 to unprotect the memory. This operation first forces a Mass Erase of the main Flash memory.



Reset the device (POR Reset) to reload the option bytes (and the new RDP code) and, to disable the read protection.

Note:

The read protection can be disabled using the boot loader (in this case only a System Reset is necessary to reload the option bytes). For more details refer to AN2606.

2.4.2

Write protection In high-density value line devices, from page 0 to page 61, write protection is implemented with a granularity of two pages at a time. The remaining memory block (from page 62 to page 255 in high-density value line devices) is write-protected as one unit. In low- and medium-density devices, write protection is implemented with a granularity of four pages at a time. If a program or an erase operation is performed on a protected page, the Flash memory returns a protection error flag on the Flash memory Status Register (FLASH_SR).

18/30

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory The write protection is activated by configuring the WRP[3:0] option bytes, and then by applying a system reset to reload the new WRPx option bytes.

Unprotection To disable the write protection, two application cases are provided: ●



2.4.3

Case 1: Read protection disabled after the write unprotection: –

Erase the entire option byte area by using the OPTER bit in the Flash memory control register (FLASH_CR)



Program the correct RDP code 0x00A5 to unprotect the memory. This operation first forces a Mass Erase of the main Flash memory.



Reset the device (system reset) to reload the option bytes (and the new WRP[3:0] bytes), and to disable the write protection

Case 2: Read protection maintained active after the write unprotection, useful for inapplication programming with a user boot loader: –

Erase the entire option byte area by using the OPTER bit in the Flash memory control register (FLASH_CR)



Reset the device (system reset) to reload the option bytes (and the new WRP[3:0] bytes), and to disable the write protection.

Option byte block write protection The option bytes are always read-accessible and write-protected by default. To gain write access (Program/Erase) to the option bytes, a sequence of keys (same as for lock) has to be written into the OPTKEYR. A correct sequence of keys gives write access to the option bytes and this is indicated by OPTWRE in the FLASH_CR register being set. Write access can be disabled by resetting the bit through software.

2.5

Option byte description There are eight option bytes. They are configured by the end user depending on the application requirements. As a configuration example, the watchdog may be selected in hardware or software mode. A 32-bit word is split up as follows in the option bytes. Table 5.

Option byte format 31-24

23-16

15 -8

7-0

complemented option byte 1

Option byte 1

complemented option byte 0

Option byte 0

The organization of these bytes inside the information block is as shown in Table 6. The option bytes can be read from the memory locations listed in Table 6 or from the Option byte register (FLASH_OBR). Note:

The new programmed option bytes (user, read/write protection) are loaded after a system reset.

Doc ID 16211 Rev 2

19/30

Reading/programming the STM32F100xx embedded Flash memory Table 6.

PM0063

Option byte organization

Address

[31:24]

[23:16]

[15:8]

[7:0]

0x1FFF F800

nUSER

USER

nRDP

RDP

0x1FFF F804

nData1

Data1

nData0

Data0

0x1FFF F808

nWRP1

WRP1

nWRP0

WRP0

0x1FFF F80C

nWRP3

WRP3

nWRP2

WRP2

Table 7.

Description of the option bytes

Flash memory address

Option bytes Bits [31:24] nUSER Bits [23:16] USER: User option byte (stored in FLASH_OBR[9:2]) This byte is used to configure the following features: – Select the watchdog event: Hardware or software. – Reset event when entering Stop mode. – Reset event when entering Standby mode. Note: Only bits [16:18] are used, bits [23:19]: 0x1F are not used.

0x1FFF F800

20/30

Bit 18: nRST_STDBY 0: Reset generated when entering Standby mode. 1: No reset generated. Bit 17: nRST_STOP 0: Reset generated when entering Stop mode 1: No reset generated Bit 16: WDG_SW 0: Hardware watchdog 1: Software watchdog Bits [15:8]: nRDP Bits [7:0]: RDP: Read protection option byte The read protection helps the user protect the software code stored in Flash memory. It is activated by setting the RDP option byte. When this option byte is programmed to a correct value (RDPRT key = 0x00A5), read access to the Flash memory is allowed. (The result of RDP level enabled/disabled is stored in FLASH_OBR[1].)

0x1FFF F804

Datax: Two bytes for user data storage. These addresses can be programmed using the option byte programming procedure. Bits [31:24]: nData1 Bits [23:16]: Data1 (stored in FLASH_OBR[25:18]) Bits [15:8]: nData0 Bits [7:0]: Data0 (stored in FLASH_OBR[17:10])

0x1FFF F808

WRPx: Flash memory write protection option bytes Bits [31:24]: nWRP1 Bits [23:16]: WRP1 (stored in FLASH_WRPR[15:8]) Bits [15:8]: nWRP0 Bits [7:0]: WRP0 (stored in FLASH_WRPR[7:0])

Doc ID 16211 Rev 2

PM0063

Reading/programming the STM32F100xx embedded Flash memory Table 7.

Description of the option bytes (continued)

Flash memory address

0x1FFF F80C

Option bytes WRPx: Flash memory write protection option bytes Bits [31:24]: nWRP3 Bits [23:16]: WRP3 (stored in FLASH_WRPR[31:24]) Bits [15:8]: nWRP2 Bits [7:0]: WRP2 (stored in FLASH_WRPR[23:16]) ● For low-density value line devices, one bit of the user option bytes WRPx is used to protect 4 pages of 1 Kbyte in main memory block. – 0: Write protection active – 1: Write protection not active In total, one user option byte is used to protect the 32-Kbyte main Flash memory. WRP0: Write-protects pages 0 to 31 ● For medium-density value line devices, one bit of the user option bytes WRPx is used to protect 4 pages of 1 Kbyte in main memory block. – 0: Write protection active – 1: Write protection not active In total, four user option bytes are used to protect the 128-Kbyte main Flash memory. WRP0: Write-protects pages 0 to 31 WRP1: Write-protects pages 32 to 63 WRP2: Write-protects pages 64 to 95 WRP3: Write-protects pages 96 to 127 ● For high-density value line devices, one bit of the user option bytes WRPx is used to protect 2 pages of 2 Kbytes in main memory block. However, the bit 7 of WRP3 write protects pages 62 to 255. – 0: Write protection active – 1: Write protection not active In total, four user option bytes are used to protect the 512-Kbyte main Flash memory. WRP0: Write-protects pages 0 to 15 WRP1: Write-protects pages 16 to 31 WRP2: Write-protects pages 32 to 47 WRP3: bits 0-6 write-protect pages 48 to 61 bit 7 write-protects pages 62 to 255.

On every system reset, the option byte loader (OBL) reads the information block and stores the data into the Option byte register (FLASH_OBR) and the Write protection register (FLASH_WRPR). Each option byte also has its complement in the information block. During option loading, by verifying the option bit and its complement, it is possible to check that the loading has correctly taken place. If this is not the case, an option byte error (OPTERR) is generated. When a comparison error occurs the corresponding option byte is forced to 0xFF. The comparator is disabled when the option byte and its complement are both equal to 0xFF (Electrical Erase state). All option bytes (but not their complements) are available to configure the product. The option registers are accessible in read mode by the CPU. See Section 3: Register descriptions for more details.

Doc ID 16211 Rev 2

21/30

Register descriptions

3

PM0063

Register descriptions The Flash registers have to be accessed as 32-bit words. Half-word or byte accesses are not allowed. In this section, the following abbreviations are used: Table 8.

3.1

Abbreviations

Abbreviation

Meaning

read/write (rw)

Software can read from and write to these bits.

read-only (r)

Software can only read these bits.

write-only (w)

Software can only write to this bit. Reading the bit returns the reset value.

read/clear (rc_w0)

Software can read as well as clear this bit by writing ‘0’. Writing ‘1’ has no effect on the bit value.

read/set (rs)

Software can read as well as set this bit. Writing ‘0’ has no effect on the bit value.

Reserved (Res.)

Reserved bit, must be kept at reset value.

Flash access control register (FLASH_ACR) Address offset: 0x00 Reset value: 0x0000 0000

31

30

29

28

27

26

25

24

15

14

13

12

11

10

9

8

23

22

21

20

6

5

4

19

18

17

16

3

2

1

0

Reserved 7

HLFCYA Reserved

Reserved rw

Bits 31:4

Reserved, must be kept cleared.

Bit 3 HLFCYA: Flash half cycle access enable 0: Half cycle is disabled 1: Half cycle is enabled Bits 2:0

22/30

Reserved, must be kept cleared.

Doc ID 16211 Rev 2

PM0063

Register descriptions

3.2

FPEC key register (FLASH_KEYR) Address offset: 0x04 Reset value: xxxx xxxx

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

FKEYR[31:16] w

w

w

w

w

w

w

w

w

w

w

w

w

w

w

w

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

w

w

w

w

w

w

w

w

w

w

w

w

w

w

FKEYR[15:0]

Note:

w

w

These bits are all write-only and will return a 0 when read. Bits 31:0 FKEYR: FPEC key These bits represent the keys to unlock the FPEC.

3.3

Flash OPTKEY register (FLASH_OPTKEYR) Address offset: 0x08 Reset value: xxxx xxxx

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

OPTKEYR[31:16] w

w

w

w

w

w

w

15

14

13

12

11

10

9

w

w

w

w

w

w

w

w

w

8

7

6

5

4

3

2

1

0

w

w

w

w

w

w

w

OPTKEYR[15:0] w

Note:

w

w

w

w

w

w

w

w

These bits are all write-only and will return a 0 when read. Bits 31:0

OPTKEYR: Option byte key These bits represent the keys to unlock the OPTWRE.

Doc ID 16211 Rev 2

23/30

Register descriptions

3.4

PM0063

Flash status register (FLASH_SR) Address offset: 0x0C Reset value: 0x0000 0000

31

30

29

28

27

26

25

24

23

22

21

20

19

6

18

17

16

5

4

EOP

WRPRT ERR

3

2

1

0

Res.

PG ERR

Res.

Reserved 15

14

13

12

11

10

9

8

7

Reserved rw

rw

BSY

rw

r

Bits 31:6 Reserved, must be kept cleared. Bit 5 EOP: End of operation Set by hardware when a Flash operation (programming / erase) is completed. Reset by writing a 1 Note: EOP is asserted at the end of each successful program or erase operation Bit 4 WRPRTERR: Write protection error Set by hardware when programming a write-protected address of the Flash memory. Reset by writing 1. Bit 3 Reserved, must be kept cleared. Bit 2 PGERR: Programming error Set by hardware when an address to be programmed contains a value different from '0xFFFF' before programming. Reset by writing 1. Note: The STRT bit in the FLASH_CR register should be reset before starting a programming operation. Bit 1 Reserved, must be kept cleared Bit 0 BSY: Busy This indicates that a Flash operation is in progress. This is set on the beginning of a Flash operation and reset when the operation finishes or when an error occurs.

24/30

Doc ID 16211 Rev 2

PM0063

Register descriptions

3.5

Flash control register (FLASH_CR) Address offset: 0x10 Reset value: 0x0000 0080

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

6

5

4

3

2

1

0

OPTER

OPT PG

MER

PER

PG

Res. rw

rw

rw

Reserved 15

14

13

12

11

EOPIE Reserved

Res. rw

10

9

8

OPTWR ERRIE E rw

7 LOCK

STRT

Res.

rw

rw

rw

rw

rw

Bits 31:13 Reserved, must be kept cleared. Bit 12 EOPIE: End of operation interrupt enable This bit enables the interrupt generation when the EOP bit in the FLASH_SR register goes to 1. 0: Interrupt generation disabled 1: Interrupt generation enabled Bit 11 Reserved, must be kept cleared Bit 10 ERRIE: Error interrupt enable This bit enables the interrupt generation on an FPEC error (when PGERR / WRPRTERR are set in the FLASH_SR register). 0: Interrupt generation disabled 1: Interrupt generation enabled Bit 9 OPTWRE: Option bytes write enable When set, the option bytes can be programmed. This bit is set on writing the correct key sequence to the FLASH_OPTKEYR register. This bit can be reset by software Bit 8 Reserved, must be kept cleared. Bit 7 LOCK: Lock Write to 1 only. When it is set, it indicates that the FPEC and FLASH_CR are locked. This bit is reset by hardware after detecting the unlock sequence. In the event of unsuccessful unlock operation, this bit remains set until the next reset. Bit 6 STRT: Start This bit triggers an ERASE operation when set. This bit is set only by software and reset when the BSY bit is reset. Bit 5 OPTER: Option byte erase Option byte erase chosen. Bit 4 OPTPG: Option byte programming Option byte programming chosen. Bit 3 Reserved, must be kept cleared. Bit 2 MER: Mass erase Erase of all user pages chosen. Bit 1 PER: Page erase Page Erase chosen. Bit 0 PG: Programming Flash programming chosen.

Doc ID 16211 Rev 2

25/30

Register descriptions

3.6

PM0063

Flash address register (FLASH_AR) Address offset: 0x14 Reset value: 0x0000 0000

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

FAR[31:16] w

w

w

w

w

w

w

w

w

w

w

w

w

w

w

w

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

w

w

w

w

w

w

w

FAR[15:0] w

w

w

w

w

w

w

w

w

Updated by hardware with the currently/last used address. For Page Erase operations, this should be updated by software to indicate the chosen page. Bits 31:0 FAR: Flash Address Chooses the address to program when programming is selected, or a page to erase when Page Erase is selected. Note: Write access to this register is blocked when the BSY bit in the FLASH_SR register is set.

3.7

Option byte register (FLASH_OBR) Address offset 0x1C Reset value: 0x03FF FFFC

7

6

5

Not used

Reserved

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

4

3

2

1

0

RDPRT

Data2

8

OPTERR

Data1

9

WDG_SW

31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10

nRST_STOP

The reset value of this register depends on the value programmed in the option byte and the OPTERR bit reset value depends on the comparison of the option byte and its complement during the option byte loading phase.

nRST_STDBY

Note:

r

r

r

r

r

Bits 31:25 Reserved, must be kept cleared. Bits 25:18 Data1 Bits 17:10 Data0 Bits 9:2 USER: User option bytes This contains the user option byte loaded by the OBL. Bits [9:5]: Not used (if these bits are written in the Flash option byte, they will be read in this register with no effect on the device.) Bit 4: nRST_STDBY Bit 3: nRST_STOP Bit 2: WDG_SW

26/30

Doc ID 16211 Rev 2

PM0063

Register descriptions

Bit 1 RDPRT: Read protection When set, this indicates that the Flash memory is read-protected. Note: This bit is read-only. Bit 0 OPTERR: Option byte error When set, this indicates that the loaded option byte and its complement do not match. The corresponding byte and its complement are read as 0xFF in the FLASH_OBR or FLASH_WRPR register. Note: This bit is read-only.

3.8

Write protection register (FLASH_WRPR) Address offset: 0x20 Reset value: 0xFFFF FFFF

Note:

The reset value of this register depends on the value programmed in the option byte.

31

30

29

28

27

26

25

24

23

22

21

20

19

18

17

16

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

r

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

r

r

r

r

r

r

r

WRP[31:16]

WRP[15:0] r

r

r

r

r

r

r

r

r

Bits 31:0 WRP: Write protect This register contains the write-protection option bytes loaded by the OBL. 0: Write protection active 1: Write protection not active Note: These bits are read-only.

Doc ID 16211 Rev 2

27/30

Register descriptions

PM0063

Flash register map

Table 9.

Flash interface - register map and reset values

Reserved

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

FLASH_SR

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

x

Reserved

0x020

28/30

FLASH_OBR

Reset value FLASH_WRPR Reset value

Data1

Reserved

1

1

1

1

1

1

0

0

0

0

0

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1 1 1 1 WRP[31:0] 1 1 1 1

Doc ID 16211 Rev 2

0

0

0

0

0

0

0

0

0

0

1

1

1

1

1

1

1

1

1

1

1

1

0

0

1

1

1

1

1

1

1

1

1

1

1

1

1

1

Data2

1

0

0

RDPRT

0

0

OPTERR

0

0

0

WDG_SW

0

0

0

nRST_STOP

0

OPTPG

0

1

0

nRST_STDBY

0

STRT

0

OPTER

0

0

LOCK

0

0

0

Reserved

0

ERRIE

0

0x018

0x01C

EOPIE 0 FAR[31:0] 0 0 0 0 0 0 0 Reserved

OPTWRE

Reset value FLASH_AR Reset value

Reserved

Reserved

0x014

FLASH_CR

0

BSY

x

ERLYBSY

x

PG

x

PER

x

PGERR

x

MER

x

Reserved

0 FKEYR[31:0] x x x x x x OPTKEYR[31:0] x x x x x x

Reset value

0x010

Reserved

Reserved

Reset value FLASH_KEYR Reset value x FLASH_OPTKEYR 0x008 Reset Value x 0x004

0x00C

HLFCYA

FLASH_ACR

EOP

0x000

Register

WRPRTERR

Offset

31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

3.9

Not used

PM0063

4

Revision history

Revision history Table 10.

Document revision history

Date

Revision

Changes

31-May-2010

1

Initial release.

12-Oct-2010

2

Updated for high-density value line devices.

Doc ID 16211 Rev 2

29/30

PM0063

Please Read Carefully:

Information in this document is provided solely in connection with ST products. STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, modifications or improvements, to this document, and the products and services described herein at any time, without notice. All ST products are sold pursuant to ST’s terms and conditions of sale. Purchasers are solely responsible for the choice, selection and use of the ST products and services described herein, and ST assumes no liability whatsoever relating to the choice, selection or use of the ST products and services described herein. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted under this document. If any part of this document refers to any third party products or services it shall not be deemed a license grant by ST for the use of such third party products or services, or any intellectual property contained therein or considered as a warranty covering the use in any manner whatsoever of such third party products or services or any intellectual property contained therein.

UNLESS OTHERWISE SET FORTH IN ST’S TERMS AND CONDITIONS OF SALE ST DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY WITH RESPECT TO THE USE AND/OR SALE OF ST PRODUCTS INCLUDING WITHOUT LIMITATION IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE (AND THEIR EQUIVALENTS UNDER THE LAWS OF ANY JURISDICTION), OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. UNLESS EXPRESSLY APPROVED IN WRITING BY AN AUTHORIZED ST REPRESENTATIVE, ST PRODUCTS ARE NOT RECOMMENDED, AUTHORIZED OR WARRANTED FOR USE IN MILITARY, AIR CRAFT, SPACE, LIFE SAVING, OR LIFE SUSTAINING APPLICATIONS, NOR IN PRODUCTS OR SYSTEMS WHERE FAILURE OR MALFUNCTION MAY RESULT IN PERSONAL INJURY, DEATH, OR SEVERE PROPERTY OR ENVIRONMENTAL DAMAGE. ST PRODUCTS WHICH ARE NOT SPECIFIED AS "AUTOMOTIVE GRADE" MAY ONLY BE USED IN AUTOMOTIVE APPLICATIONS AT USER’S OWN RISK.

Resale of ST products with provisions different from the statements and/or technical features set forth in this document shall immediately void any warranty granted by ST for the ST product or service described herein and shall not create or extend in any manner whatsoever, any liability of ST.

ST and the ST logo are trademarks or registered trademarks of ST in various countries. Information in this document supersedes and replaces all information previously supplied. The ST logo is a registered trademark of STMicroelectronics. All other names are the property of their respective owners.

© 2010 STMicroelectronics - All rights reserved STMicroelectronics group of companies Australia - Belgium - Brazil - Canada - China - Czech Republic - Finland - France - Germany - Hong Kong - India - Israel - Italy - Japan Malaysia - Malta - Morocco - Philippines - Singapore - Spain - Sweden - Switzerland - United Kingdom - United States of America www.st.com

30/30

Doc ID 16211 Rev 2