Do we need to synchronize memory access between interrupt handlers and treads on STM32H7?
If we want to pass some information from application running in a thread mode to an interrupt handler using normal SRAM memory (at 0x20000000 address) variables, do we need to do any special synchronization steps (such as calling Data Memory Barrier ...