-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frdm-k64f: Add LPTMR configuration #9930
Conversation
fd6c1ef
to
9994b1b
Compare
Low hanging fruit here. Is there anyone with access to a frdm-k64f board who could review this? |
9994b1b
to
a42df69
Compare
Sorry, I can't help testing this one. |
@haukepetersen do you have a FRDM-K64F board? |
@MrKevinWeiss do we/you have the hardware to test this, looks small and easy? |
Think so, I will test tomorrow |
I had a bit of trouble getting output, the reset button seems to not do anything but when I repower I get the following and nothing on master:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK and GO
Contribution description
Add a 32.768 kHz configuration for the low power timer. This config matches the configuration of the other Kinetis development boards.
Testing procedure
The benchmark program should run and display some results every 30 seconds. Without this configuration change, the program will fail to initialize the timer under test (
Error -1 intializing timer under test
)Issues/PRs references
Not yet, will be useful later for low power modes.