STM32H735xx 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 259 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI2_ADDRESS   ((uint16_t)0x0062)

Definition at line 260 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI3_ADDRESS   ((uint16_t)0x0063)

Definition at line 261 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define CFI4_ADDRESS   ((uint16_t)0x0064)

Definition at line 262 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_CFI().

#define DEVICE_CODE1_ADDR   ((uint16_t)0x0001)

Definition at line 254 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define DEVICE_CODE2_ADDR   ((uint16_t)0x000E)

Definition at line 255 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define DEVICE_CODE3_ADDR   ((uint16_t)0x000F)

Definition at line 256 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define MC_ADDRESS   ((uint16_t)0x0000)

Definition at line 253 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Read_ID().

#define NOR_MEMORY_16B   ((uint8_t)0x01)

Definition at line 269 of file stm32h7xx_hal_nor.h.

Referenced by HAL_NOR_Init().

#define NOR_MEMORY_8B   ((uint8_t)0x00)

Definition at line 268 of file stm32h7xx_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 265 of file stm32h7xx_hal_nor.h.