User Activity

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
I want to use the FPU in an ISR. Will I have context switching issues or i have to specifically make changes in the System_stmxx.c if i am using code generated from CubeIDE.Do i need to setup these registers explicitly or it is handled by CubeIDE by ...
Any Core Hardware Register available to user which is not used by HAL or the Processor itself which I can safely use without disturbing the rest of the MCU?I am using an STM32L431. To keep the System State in check I am using a Volatile uint32_t vari...
Kudos given to