Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO_H747I_LCD_demo DISCO_H747I_AUDIO_demo
stm32h747i_discovery_sdram.c File Reference
This file includes the SDRAM driver for the MT48LC4M32B2B5-6A memory device mounted on STM32H747I-DISCOVERY boards. More...
Go to the source code of this file.
Functions | |
| uint8_t | BSP_SDRAM_Init (void) |
| Initializes the SDRAM device. | |
| uint8_t | BSP_SDRAM_DeInit (void) |
| DeInitializes the SDRAM device. | |
| void | BSP_SDRAM_Initialization_sequence (uint32_t RefreshCount) |
| Programs the SDRAM device. | |
| uint8_t | BSP_SDRAM_ReadData (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
| Reads an amount of data from the SDRAM memory in polling mode. | |
| uint8_t | BSP_SDRAM_ReadData_DMA (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
| Reads an amount of data from the SDRAM memory in DMA mode. | |
| uint8_t | BSP_SDRAM_WriteData (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
| Writes an amount of data to the SDRAM memory in polling mode. | |
| uint8_t | BSP_SDRAM_WriteData_DMA (uint32_t uwStartAddress, uint32_t *pData, uint32_t uwDataSize) |
| Writes an amount of data to the SDRAM memory in DMA mode. | |
| uint8_t | BSP_SDRAM_Sendcmd (FMC_SDRAM_CommandTypeDef *SdramCmd) |
| Sends command to the SDRAM bank. | |
| __weak void | BSP_SDRAM_MspInit (SDRAM_HandleTypeDef *hsdram, void *Params) |
| Initializes SDRAM MSP. | |
| __weak void | BSP_SDRAM_MspDeInit (SDRAM_HandleTypeDef *hsdram, void *Params) |
| DeInitializes SDRAM MSP. | |
Detailed Description
This file includes the SDRAM driver for the MT48LC4M32B2B5-6A memory device mounted on STM32H747I-DISCOVERY boards.
- Attention:
© Copyright (c) 2019 STMicroelectronics. All rights reserved.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file stm32h747i_discovery_sdram.c.
Generated on Tue Jul 12 2022 18:45:42 by
1.7.2