Resolved! memcpy in ISR Context when another memcpy() was already running on main thread or another ISR
Is it safe to use memcpy() in an ISR when another memcpy() was already running on main thread or another ISR?I am getting conflicting info on web about using memcpy() in an ISR to copy data between two uint32_t buffers.MCU: STM32H723CubeIDE V: 1.16.0