Hello,This line has been added to ensure the bit is at reset. Though, you're right, following the RM and in practice, it's not useful to keep it. The change has been taken into account for future development, but there's no intention to update the ol...
Hello,On STM32H7A3ZI FW example, you can find the example PSSI_Transmit_Receive_DMA. In this example, we saw that there is a Clean_DCache management. Here is the part of the code of the reception process with the clean:while(Request_received != 1){if...