HAL_XSPI_Transmit timeout
MCU: STM32U5G9VJI am sending simple single-line commands using the HAL_XPI library and the HSPI peripheral.Problem (See code at bottom of post):If I use the blocking call HAL_XSPI_Transmit, I get a timeout.if I use the DMA call HAL_XSPI_Transmit_DMA,...