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_L4R9I-LCD-demo
stm32l4r9i_discovery_psram.c File Reference
This file includes the PSRAM driver for the IS61WV51216BLL-10MLI memory device mounted on STM32L4R9I_DISCOVERY boards. More...
Go to the source code of this file.
Functions | |
static void | PSRAM_PowerOn (void) |
PSRAM power on Power on PSRAM. | |
static void | PSRAM_PowerOff (void) |
PSRAM power off Power off PSRAM. | |
uint8_t | BSP_PSRAM_Init (void) |
Initializes the PSRAM device. | |
uint8_t | BSP_PSRAM_DeInit (void) |
DeInitializes the PSRAM device. | |
uint8_t | BSP_PSRAM_ReadData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Reads an amount of data from the PSRAM device in polling mode. | |
uint8_t | BSP_PSRAM_ReadData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Reads an amount of data from the PSRAM device in DMA mode. | |
uint8_t | BSP_PSRAM_WriteData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Writes an amount of data from the PSRAM device in polling mode. | |
uint8_t | BSP_PSRAM_WriteData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
Writes an amount of data from the PSRAM device in DMA mode. | |
__weak void | BSP_PSRAM_MspInit (SRAM_HandleTypeDef *hsram, void *Params) |
Initializes PSRAM MSP. | |
__weak void | BSP_PSRAM_MspDeInit (SRAM_HandleTypeDef *hsram, void *Params) |
DeInitializes SRAM MSP. |
Detailed Description
This file includes the PSRAM driver for the IS61WV51216BLL-10MLI memory device mounted on STM32L4R9I_DISCOVERY boards.
- Attention:
© Copyright (c) 2016 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 stm32l4r9i_discovery_psram.c.
Generated on Wed Jul 13 2022 19:15:17 by
