imc_kernel.c 138 B

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