Resolved! FCLK, stop mode 2 and processing time STM32L476 nucleo
Hello,I am testing the processing time of a STM32L476 chip on a Nucleo board.Here below is the code:uint8_t algo_principal(s16 xin, s16 yin, s16 zin) { uint8_t retour; uint32_t i; uint32_t test; test = (uint32_t )xin + (uint32_t )yi...