SFIx

1. What is SFIx

The OEM product can embed external flash memory additionally to STM32 internal flash memory.
The SFIx solution provides security when programming STM32 devices and external flash memory in a nontrusted facility owned by a Contract Manufacturer (CM).
The SFIx solution is the same solution as the SFI solution, which also allows the external flash memory programming.

2. External flash memory programming principle

The OEM external flash memory content must be encrypted to ensure the OEM data confidentiality.

External flash memory crypto is handled by the OTFDEC peripheral. This peripheral can encrypt firmware and data in the device. It can above all decrypt on-the-fly external firmware and data stored in external flash memory connected to STM32 microcontrollers through the OCTOSPI interface. The OTFDEC can handle up to four regions of external flash memory, each one with its own dedicated key. The OTFDEC uses standard AES CTR 128-bit algorithm for encryption and decryption operations. Refer to the OTFDEC section of the STM32 microcontroller reference manual to get more insight.

The STM32 receives encrypted external firmware, decrypts them with the SFI OEM key, and re-encrypts them with an external flash memory AES key common to all devices to be programmed or with a unique external flash memory AES key per device.
The STM32 stores the encryption result within SRAM.
Then the STM32 (external flash memory loader) takes the previous result and programs it within the external flash memory.


SFIx overview.png


3. External flash memory encryption with global key

This section focuses on the external flash memory AES key common to all devices. In this case, the external flash memory AES key is provided by the OEM and is programmed in the STM32 through the SFIx.


SFIx global key overview.png

4. External flash memory encryption with chip unique key

This section focuses on the external flash memory AES key unique per chip. In this case, the OEM requests the STM32, through the SFIx procedure, to generate the external flash memory AES key and to program it at a given address in the STM32.


SFIx chip specific key overview.png

5. References