HPDMA XSPI flash all zeros are written
Hi. I'm trying to get HPDMA to write to flash memory on the stm32n6570-dk board. I did the DMA configuration exactly like the XSPI_NOR_ReadWhileWrite_DTR example for the STM32H7. The problem is that all zeros are written and I've run out of ideas what's wrong. The memory is erased before writing. When I replace HAL_XSPI_Transmit_DMA() with HAL_XSPI_Transmit() the data is written. Maybe someone has an idea why all zeros are written?
Artur
