#include "ImC/imc_kernel.h" #include "stm32l5xx.h" void imcInit() { FPU->FPCCR &= ~(FPU_FPCCR_LSPEN_Msk); // turn off lazy stacking }