2023-07-24 12:25 AM
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!!
Solved! Go to Solution.
2023-07-24 01:37 AM
SysTick is part of the processor, so its description is in the Programming Manual, PM0264 (and/or in ARM's documentation).
JW
2023-07-24 12:42 AM
SysTick is the same in all Cortex-M processors. See the SysTick_Config() code in the ARM CMSIS header file.
2023-07-24 01:37 AM
SysTick is part of the processor, so its description is in the Programming Manual, PM0264 (and/or in ARM's documentation).
JW