2019-03-06 08:13 AM
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