Resolved! The relationship between STM32743 SPI_DMA and D1 RAM
When using HAL_SPI_Transmit_DMA with STM32743, must the transmission data buffer and reception data buffer be placed in D1 RAM?Also, is there a way to dynamically allocate D1 RAM? Rather than declaring an array placed in section("D1"), I would like t...