cancel
Showing results for 
Search instead for 
Did you mean: 

Is FMC burst should be done in software using DMA ?

ranran
Senior II

Hello,

We need to perform burst read and burst write in FMC (PSNOR) .

HAL_StatusTypeDef HAL_SRAM_Read_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pDstBuffer, uint32_t BufferSize);
HAL_StatusTypeDef HAL_SRAM_Write_DMA(SRAM_HandleTypeDef *hsram, uint32_t *pAddress, uint32_t *pSrcBuffer, uint32_t BufferSize);

Is it that burst is done by starting a DMA transaction ?

Thank you for any idea,

ranran

0 REPLIES 0