Page 1 of 1

STM32F4Disc Board: How to use sys tick function in micropython

Posted: Tue Feb 27, 2018 12:14 pm
by nikhiledutech
Hello,
i am working on Stm32f disc board. I know there are time modules available but how to use sys tick function for cortex m4.?

Re: STM32F4Disc Board: How to use sys tick function in micropython

Posted: Tue Feb 27, 2018 1:20 pm
by dhylands
What are you trying to do?

The systick timer is used for a variety of purposes internally in micropython.

It is setup to generate an interrupt every millisecond and is also used to measure microsecond periods.