STM32F439xx HAL User Manual
Defines
NOR Private Constants
NOR

Defines

#define MC_ADDRESS   ((uint16_t)0x0000)
#define DEVICE_CODE1_ADDR   ((uint16_t)0x0001)
#define DEVICE_CODE2_ADDR   ((uint16_t)0x000E)
#define DEVICE_CODE3_ADDR   ((uint16_t)0x000F)
#define CFI1_ADDRESS   ((uint16_t)0x0061)
#define CFI2_ADDRESS   ((uint16_t)0x0062)
#define CFI3_ADDRESS   ((uint16_t)0x0063)
#define CFI4_ADDRESS   ((uint16_t)0x0064)
#define NOR_TMEOUT   ((uint16_t)0xFFFF)
#define NOR_MEMORY_8B   ((uint8_t)0x00)
#define NOR_MEMORY_16B   ((uint8_t)0x01)
#define NOR_MEMORY_ADRESS1   0x60000000U
#define NOR_MEMORY_ADRESS2   0x64000000U
#define NOR_MEMORY_ADRESS3   0x68000000U
#define NOR_MEMORY_ADRESS4   0x6C000000U

Define Documentation

#define CFI1_ADDRESS   ((uint16_t)0x0061)

Definition at line 239 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI2_ADDRESS   ((uint16_t)0x0062)

Definition at line 240 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI3_ADDRESS   ((uint16_t)0x0063)

Definition at line 241 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI4_ADDRESS   ((uint16_t)0x0064)

Definition at line 242 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define DEVICE_CODE1_ADDR   ((uint16_t)0x0001)

Definition at line 234 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define DEVICE_CODE2_ADDR   ((uint16_t)0x000E)

Definition at line 235 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define DEVICE_CODE3_ADDR   ((uint16_t)0x000F)

Definition at line 236 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define MC_ADDRESS   ((uint16_t)0x0000)

Definition at line 233 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define NOR_MEMORY_16B   ((uint8_t)0x01)

Definition at line 249 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Init().

#define NOR_MEMORY_8B   ((uint8_t)0x00)

Definition at line 248 of file stm32f4xx_hal_nor.h.

Referenced by HAL_NOR_Init().

#define NOR_MEMORY_ADRESS1   0x60000000U
#define NOR_MEMORY_ADRESS2   0x64000000U
#define NOR_MEMORY_ADRESS3   0x68000000U
#define NOR_MEMORY_ADRESS4   0x6C000000U
#define NOR_TMEOUT   ((uint16_t)0xFFFF)

Definition at line 245 of file stm32f4xx_hal_nor.h.