STM32 U5A9 SPI DMAPause and DMAResume are empty
Dear All,
I am working on the STM32U5A9 platform. I am migrating to this MCU a project that was developed on the STM32F7, that was using the HAL_SPI_DMAPause and HAL_SPI_DMAResume functions.
Looking into the HAL of the U5 I see this:

Why are these functions deprecated? What would be the best course of action in order to achieve the same functionality as before on the U5?
Thank you in advance.
