Dear community,
Is there any examples or documents explain how I can use the LPTMR1 for KL28Z or KL82Z?
I have FRDM KL28Z and FRDM KL82Z and modified KSDK 2.0 example for lptmr (i.e. replace all LPTMR0 to LPTMR1 on the lptmr.c) but does not have any success (code is not working as code compiled with LPTMR0 instead LPTMR1).
Could you point out what I am missing?
Thank you for your support in advance.
Solved.
The issue is LPTMR1_IRQn is not inside the range that you can use EnableIRQ and you have to enable interrupt using INTMUX functions
Have a great day,
Ping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------