[STM32H753] CRYP FIFOs flush for AES
Hello,According to the Reference Manual v8 of STM32H753 one has to to flush the FIFO to perform a cipher operation: The STM32Cube source code example is not doing this flush for AES-GCM (it does the flush for DES and TDES)I implemented my code like ...