STM32F429I-Discovery BSP User Manual
|
Functions | |
void | BSP_SDRAM_Init (void) |
Initializes the SDRAM device. | |
void | BSP_SDRAM_Initialization_sequence (uint32_t RefreshCount) |
Programs the SDRAM device. | |
void | BSP_SDRAM_ReadData (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
Reads an mount of data from the SDRAM memory in polling mode. | |
void | BSP_SDRAM_ReadData_DMA (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
Reads an mount of data from the SDRAM memory in DMA mode. | |
void | BSP_SDRAM_WriteData (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
Writes an mount of data to the SDRAM memory in polling mode. | |
void | BSP_SDRAM_WriteData_DMA (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
Writes an mount of data to the SDRAM memory in DMA mode. | |
HAL_StatusTypeDef | BSP_SDRAM_Sendcmd (FMC_SDRAM_CommandTypeDef *SdramCmd) |
Sends command to the SDRAM bank. | |
void | BSP_SDRAM_DMA_IRQHandler (void) |
Handles SDRAM DMA transfer interrupt request. |
Function Documentation
void BSP_SDRAM_DMA_IRQHandler | ( | void | ) |
Handles SDRAM DMA transfer interrupt request.
Definition at line 265 of file stm32f429i_discovery_sdram.c.
References SdramHandle.
void BSP_SDRAM_Init | ( | void | ) |
Initializes the SDRAM device.
Definition at line 100 of file stm32f429i_discovery_sdram.c.
References BSP_SDRAM_Initialization_sequence(), MspInit(), REFRESH_COUNT, SDCLOCK_PERIOD, SDRAM_CAS_LATENCY, SDRAM_MEMORY_WIDTH, SDRAM_READBURST, SdramHandle, and Timing.
Referenced by BSP_LCD_Init().
void BSP_SDRAM_Initialization_sequence | ( | uint32_t | RefreshCount | ) |
Programs the SDRAM device.
- Parameters:
-
RefreshCount,: SDRAM refresh counter value
Definition at line 149 of file stm32f429i_discovery_sdram.c.
References Command, SDRAM_MODEREG_BURST_LENGTH_1, SDRAM_MODEREG_BURST_TYPE_SEQUENTIAL, SDRAM_MODEREG_CAS_LATENCY_3, SDRAM_MODEREG_OPERATING_MODE_STANDARD, SDRAM_MODEREG_WRITEBURST_MODE_SINGLE, SDRAM_TIMEOUT, and SdramHandle.
Referenced by BSP_SDRAM_Init().
void BSP_SDRAM_ReadData | ( | uint32_t | uwStartAddress, |
uint32_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Reads an mount of data from the SDRAM memory in polling mode.
- Parameters:
-
uwStartAddress : Read start address pData : Pointer to data to be read uwDataSize,: Size of read data from the memory
Definition at line 210 of file stm32f429i_discovery_sdram.c.
References SdramHandle.
void BSP_SDRAM_ReadData_DMA | ( | uint32_t | uwStartAddress, |
uint32_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Reads an mount of data from the SDRAM memory in DMA mode.
- Parameters:
-
uwStartAddress : Read start address pData : Pointer to data to be read uwDataSize,: Size of read data from the memory
Definition at line 221 of file stm32f429i_discovery_sdram.c.
References SdramHandle.
HAL_StatusTypeDef BSP_SDRAM_Sendcmd | ( | FMC_SDRAM_CommandTypeDef * | SdramCmd | ) |
Sends command to the SDRAM bank.
- Parameters:
-
SdramCmd,: Pointer to SDRAM command structure
- Return values:
-
HAL status
Definition at line 257 of file stm32f429i_discovery_sdram.c.
References SDRAM_TIMEOUT, and SdramHandle.
void BSP_SDRAM_WriteData | ( | uint32_t | uwStartAddress, |
uint32_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Writes an mount of data to the SDRAM memory in polling mode.
- Parameters:
-
uwStartAddress : Write start address pData : Pointer to data to be written uwDataSize,: Size of written data from the memory
Definition at line 232 of file stm32f429i_discovery_sdram.c.
References SdramHandle.
void BSP_SDRAM_WriteData_DMA | ( | uint32_t | uwStartAddress, |
uint32_t * | pData, | ||
uint32_t | uwDataSize | ||
) |
Writes an mount of data to the SDRAM memory in DMA mode.
- Parameters:
-
uwStartAddress : Write start address pData : Pointer to data to be written uwDataSize,: Size of written data from the memory
Definition at line 247 of file stm32f429i_discovery_sdram.c.
References SdramHandle.
Generated on Wed Jan 13 2016 13:22:14 for STM32F429I-Discovery BSP User Manual by 1.7.6.1