STM32F4Disc Board: How to use sys tick function in micropython

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
nikhiledutech
Posts: 118
Joined: Wed Dec 27, 2017 8:52 am

STM32F4Disc Board: How to use sys tick function in micropython

Post by nikhiledutech » Tue Feb 27, 2018 12:14 pm

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.?

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

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

Post by dhylands » Tue Feb 27, 2018 1:20 pm

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.

Post Reply