STM3210E_EVAL BSP User Manual: Exported_Constants

STM3210E EVAL BSP Drivers

STM3210E_EVAL BSP User Manual
Exported_Constants

Defines

#define NOR_STATUS_OK   0x00
 NOR status structure definition.
#define NOR_STATUS_ERROR   0x01
#define NOR_DEVICE_ADDR   ((uint32_t)0x64000000)
#define NOR_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16
#define NOR_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE
#define NOR_WRITEBURST   FSMC_WRITE_BURST_DISABLE
#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 95 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_Erase_Block().

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

Definition at line 96 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_Erase_Chip().

#define NOR_BURSTACCESS   FSMC_BURST_ACCESS_MODE_DISABLE

Definition at line 88 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_Init().

#define NOR_BUSY_STATE   GPIO_PIN_RESET

Definition at line 103 of file stm3210e_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_DEVICE_ADDR   ((uint32_t)0x64000000)
#define NOR_MEMORY_WIDTH   FSMC_NORSRAM_MEM_BUS_WIDTH_16

Definition at line 86 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_Init().

#define NOR_READY_BUSY_GPIO   GPIOD

Definition at line 101 of file stm3210e_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_READY_BUSY_PIN   GPIO_PIN_6

Definition at line 100 of file stm3210e_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_READY_STATE   GPIO_PIN_SET

Definition at line 102 of file stm3210e_eval_nor.h.

Referenced by HAL_NOR_MspWait().

#define NOR_STATUS_OK   0x00
#define NOR_WRITEBURST   FSMC_WRITE_BURST_DISABLE

Definition at line 91 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_Init().

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

Definition at line 97 of file stm3210e_eval_nor.h.

Referenced by BSP_NOR_ProgramData(), and BSP_NOR_WriteData().

Generated on Thu Dec 10 2015 17:39:43 for STM3210E_EVAL BSP User Manual by   doxygen 1.7.6.1