SAES with DMA STM32
Hi,I’m working with the STM32H7S7L86H and using the SAES peripheral to encrypt and decrypt data stored in an SPI flash.I currently have the peripheral working correctly using HAL functions in polling mode. I also managed to get it working with interr...