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_L496AG-LCD-prova_1 DISCO_L496AG-LCD-prova_2 DISCO_L496AG-LCD-demo DISCO_L496AG-SRAM-demo
stm32l496g_discovery_sram.c File Reference
This file provides a set of functions needed to drive the IS66WV51216EBLL SRAM memory mounted on STM32L496G-Discovery board. More...
Go to the source code of this file.
Functions | |
| static void | SRAM_MspInit (void) |
| Initializes SRAM MSP. | |
| uint8_t | BSP_SRAM_Init (void) |
| Initializes the SRAM device. | |
| uint8_t | BSP_SRAM_ReadData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
| Reads an amount of data from the SRAM device in polling mode. | |
| uint8_t | BSP_SRAM_ReadData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
| Reads an amount of data from the SRAM device in DMA mode. | |
| uint8_t | BSP_SRAM_WriteData (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
| Writes an amount of data from the SRAM device in polling mode. | |
| uint8_t | BSP_SRAM_WriteData_DMA (uint32_t uwStartAddress, uint16_t *pData, uint32_t uwDataSize) |
| Writes an amount of data from the SRAM device in DMA mode. | |
| void | BSP_SRAM_DMA_IRQHandler (void) |
| Handles SRAM DMA transfer interrupt request. | |
Detailed Description
This file provides a set of functions needed to drive the IS66WV51216EBLL SRAM memory mounted on STM32L496G-Discovery board.
- Attention:
© Copyright (c) 2017 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 stm32l496g_discovery_sram.c.
Generated on Tue Jul 12 2022 15:07:45 by
1.7.2