Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
Using standalone KL05s
Hi,
I was wondering if I could add a MKL05 (like http://uk.farnell.com/freescale-semiconductor/mkl05z32vlc4/mcu-kinetis-l-cortex-m0-32lqfp/dp/2253371 this) on a board I designed and then program it with mbed code via the FRDM-MKL05Z?
Thanks
1 Answer
10 years, 7 months ago.
Yes, no problem at all. See the link below for the KL25Z, exactly the same process.
http://mbed.org/cookbook/Prototype-To-Hardware-KL25Z
With the FRDM-KL05Z board, depending on your board revision you may need to modify it a little, see link below.
https://community.freescale.com/message/326257#326257
The default clock source set up is using the external 32kHz crystal, for accurate Ticker, Timer and RTC functions it is better to use your chip with this set up. However you can change the clock source in the mbed library to use the internal IRC clock source either 32kHz or 4Mhz. That will save on component count and board wiring complexity.