STM32 Thing Plus - Arduino support for DMA feature?

Hello, I have two STM32 Thing Plus (one is for development only), and I need to set one up to be able to DMA from its built-in SD socket to SPI, which will be connected to a 3.5 inch display panel. I know what libraries are usually used in Arduino code for reading from SD and writing to SPI, but how do I write code to control the DMA feature? Are there additional Arduino libraries for features like DMA specific to the STM32? The project is to have the Thing Plus play a short animation (a flame) on loop when triggered.