Skip to main content
Skfir
Associate III
July 24, 2023
Solved

SysTick registers information for U575 MCU

  • July 24, 2023
  • 2 replies
  • 1872 views

Hello friends! I have been trying to start the systick timer on my NUCLEO 575 board. But somehow I keep rifling through the user guide, yet cannot find information. Could please anybody let me know where exactly in the guide is the description of how to start this timer?

Thank yoU!!

This topic has been closed for replies.
Best answer by waclawek.jan

SysTick is part of the processor, so its description is in the Programming Manual,  PM0264 (and/or in ARM's documentation).

JW

2 replies

gbm
Lead III
July 24, 2023

SysTick is the same in all Cortex-M processors. See the SysTick_Config() code in the ARM CMSIS header file.

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
waclawek.jan
waclawek.janBest answer
Super User
July 24, 2023

SysTick is part of the processor, so its description is in the Programming Manual,  PM0264 (and/or in ARM's documentation).

JW