where to find STM32 context switch code
Hi
when an interrupt kicks in, th current context (core registers , pc and so on are saved). Where in a cube generated project, would I find the context save and restore part? Which registers need to be saved? How many cycles does it need?
