Async Clock Signal

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Async Clock Signal

558 Views
stevenlutz
Contributor II

I'm making an interface that requires a clock signal output that is 16x the UART baud rate (9600) which puts me at 153.6 kHz.
I was trying to generate this on the clock out pin but it doesn't seem mathematically possible. 
What other options do i have besides just hitting a gpio port?


This is on a MKE18F

0 Kudos
3 Replies

492 Views
mjbcswitzerland
Specialist V

Hi

A Flex Timer may be possible if you have a source that it can use to derive the exact frequency.

Regards

Mark

Complete Kinetis solutions for professional needs, training and support: http://www.utasker.com/kinetis.html
Kinetis KE1xF:
- http://www.utasker.com/kinetis/FRDM-KE15Z.html
- http://www.utasker.com/kinetis/TWR-KE18F.html

uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market

Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html

Open Source version at https://github.com/uTasker/uTasker-Kinetis

0 Kudos

492 Views
stevenlutz
Contributor II

Is there any option that doesnt require adding an additional source?

I dont want to add any more components to the board.

I am running the external 8mhz clock but that's it. 

0 Kudos

492 Views
mjbcswitzerland
Specialist V

Steven

The FTM can be clocked from various sources:

pastedImage_1.png

If you can generate 9600 Baud on the LPUART (with the same clock sources) a x16 clock will also be possible with the same resolution.

Regards

Mark

0 Kudos