-
Notifications
You must be signed in to change notification settings - Fork 143
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
Adds UART support to SAM platform #430
Conversation
This is a very good start!
|
Thanks for the feedback!
|
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.
I'm happy with this, let's merge and move on, while I check how to get the PMUX data.
SG, feel free to merge (I don't seem to be allowed to) |
11e3e15
to
04688bc
Compare
Sorry, I was busy with work. I took the liberty of rebasing and simply regrouping the commits. (#ForTehVanity). Will merge after CI passes. |
This adds basic clock generation and uart peripheral for logging.
It works fine, the only thing I haven't figured out is how to run the CPU at full 48MHz speed, configuring the flash for 1 wait states crashes my microcontroller and that is needed to get above 24MHz. I guess running at half speed is a acceptable given that the only capabilities the platform has is to do logging at 9600 baud and blink LEDs :)
Please let me know what you think, feedback is highly appreciated!