Max generate Freq of PIN OUT ?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
titchap
Posts: 5
Joined: Thu Sep 10, 2015 6:02 am

Max generate Freq of PIN OUT ?

Post by titchap » Thu Sep 10, 2015 6:09 am

Hello, sorry for my English....

Please, can you give me the max frequency of pyboard can i provide on the pin out ?
I am looking for if the microPython on Pyboard can give me a possibility to generate a 3micro secondes frame. Is it possible to controle this rate of python, or inline asm ?

Very thank you for you answer.

best regards.

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

Re: Max generate Freq of PIN OUT ?

Post by dhylands » Thu Sep 10, 2015 4:13 pm

I don't know what the max frequency is.

You'll be able to get much shorter pulses using say a hardware timer than by using software.

You can definitely get less than 3 usec pulse. See this discussion: http://forum.micropython.org/viewtopic.php?f=2&t=829

titchap
Posts: 5
Joined: Thu Sep 10, 2015 6:02 am

Re: Max generate Freq of PIN OUT ?

Post by titchap » Fri Sep 11, 2015 6:36 am

Thank you very much for you answer.
the post can be close and I m thank the forum member (dhylands) for have help me.

best regards,

Post Reply