TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle

Library defines. More...

Macros

#define OTP_START_ADDR   (0x1FFF7800)
 OTP memory start address.
 
#define OTP_LOCK_ADDR   (0x1FFF7A00)
 OTP memory lock address.
 
#define OTP_BLOCKS   16
 Number of OTP blocks.
 
#define OTP_BYTES_IN_BLOCK   32
 Number of bytes in one block.
 
#define OTP_SIZE   (OTP_BLOCKS * OTP_BYTES_IN_BLOCK)
 Number of all OTP bytes.
 

Detailed Description

Library defines.