This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
What is the purpose of the system tick timer in the usb_dev_serial example?
3.1.1 System Timer (SysTick) in the data sheet explains the various uses.
However, I do not know what it is used for in this example.
regards,
Jame,Shin
Hi Jame,
It is not necessary to have the systick in this example. It is left there perhaps as a place holder. I remove all the reference to the SysTick in the code and it still works. You can try it too.