HAL_SRAM_Read_DMA() assumes 8-bits word ?
Hello,When using SRAM without DMA I find several group of APIs for read/write, depending on bus width:HAL_SRAM_Write_8b HAL_SRAM_Write_16b HAL_SRAM_Write_32band also read APIs of course.But for DMA there is only: HAL_SRAM_Read_DMAHAL_SRAM_Read_DMAIs ...