cancel
Showing results for 
Search instead for 
Did you mean: 

SysTick registers information for U575 MCU

Skfir
Senior

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!!

1 ACCEPTED SOLUTION

Accepted Solutions

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

JW

View solution in original post

2 REPLIES 2
gbm
Lead III

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

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

JW