-
Notifications
You must be signed in to change notification settings - Fork 207
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
Clarify documentation of UART #527
Comments
@uzytkownik, could you give a little more detail? Are you using a particular board, or the HAL directly? Are you on Many of the BSP examples show how to configure the clocks. Have you seen those? We could probably document the |
@bradleyharden Sure. I just figured out what is wrong and posted as issue #528. However the story is:
|
@uzytkownik, it sounds like #528 is the real problem. Can we close this issue? |
I'm trying to use
sercom::v2
but it hangs during enabling ofSERCOM
due toSYNCBUSY
being high. I suspect that I did not configured clocks correctly as it just specify to configure them in documentation.It would be nice if documentation/examples was improved to show how the clocks should be configured.
The text was updated successfully, but these errors were encountered: