STM32469I_EVAL BSP User Manual: STM32469I EVAL NOR Exported Constants

STM32469I EVAL BSP Drivers

STM32469I_EVAL BSP User Manual
STM32469I EVAL NOR Exported Constants

Defines

#define NOR_STATUS_OK   ((uint8_t) 0x00)
 NOR status structure definition.
#define NOR_STATUS_ERROR   ((uint8_t) 0x01)
#define NOR_DEVICE_ADDR   ((uint32_t)0x60000000)
#define NOR_MEMORY_WIDTH   FMC_NORSRAM_MEM_BUS_WIDTH_16
#define NOR_BURSTACCESS   FMC_BURST_ACCESS_MODE_DISABLE
#define NOR_WRITEBURST   FMC_WRITE_BURST_DISABLE
#define CONTINUOUSCLOCK_FEATURE   FMC_CONTINUOUS_CLOCK_SYNC_ONLY
#define BLOCKERASE_TIMEOUT   ((uint32_t)0x00A00000) /* NOR block erase timeout */
#define CHIPERASE_TIMEOUT   ((uint32_t)0x30000000) /* NOR chip erase timeout */
#define PROGRAM_TIMEOUT   ((uint32_t)0x00004400) /* NOR program timeout */
#define NOR_READY_BUSY_PIN   GPIO_PIN_6
#define NOR_READY_BUSY_GPIO   GPIOD
#define NOR_READY_STATE   GPIO_PIN_SET
#define NOR_BUSY_STATE   GPIO_PIN_RESET

Define Documentation

#define BLOCKERASE_TIMEOUT   ((uint32_t)0x00A00000) /* NOR block erase timeout */

Definition at line 92 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Erase_Block().

#define CHIPERASE_TIMEOUT   ((uint32_t)0x30000000) /* NOR chip erase timeout */

Definition at line 93 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Erase_Chip().

#define CONTINUOUSCLOCK_FEATURE   FMC_CONTINUOUS_CLOCK_SYNC_ONLY

Definition at line 88 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Init(), and BSP_SRAM_Init().

#define NOR_BURSTACCESS   FMC_BURST_ACCESS_MODE_DISABLE

Definition at line 82 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Init().

#define NOR_BUSY_STATE   GPIO_PIN_RESET

Definition at line 100 of file stm32469i_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_DEVICE_ADDR   ((uint32_t)0x60000000)
#define NOR_MEMORY_WIDTH   FMC_NORSRAM_MEM_BUS_WIDTH_16

Definition at line 80 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Init().

#define NOR_READY_BUSY_GPIO   GPIOD

Definition at line 98 of file stm32469i_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_READY_BUSY_PIN   GPIO_PIN_6

Definition at line 97 of file stm32469i_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_READY_STATE   GPIO_PIN_SET

Definition at line 99 of file stm32469i_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_STATUS_OK   ((uint8_t) 0x00)
#define NOR_WRITEBURST   FMC_WRITE_BURST_DISABLE

Definition at line 85 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_Init().

#define PROGRAM_TIMEOUT   ((uint32_t)0x00004400) /* NOR program timeout */

Definition at line 94 of file stm32469i_eval_nor.h.

Referenced by BSP_NOR_ProgramData(), and BSP_NOR_WriteData().

Generated on Tue Jan 12 2016 17:51:25 for STM32469I_EVAL BSP User Manual by   doxygen 1.7.6.1