You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • On the Espruino board (and the Pico) there's the RTC, but also another software timer based on SysTick that 'follows' the RTC and allows the board to make very accurate time measurements.

    On other boards (like the Nucleo) that doesn't happen. Instead SysTick is used directly, which means that you're totally dependent on the speed that the processor is running at.

About

Avatar for Gordon @Gordon started