-
Notifications
You must be signed in to change notification settings - Fork 188
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
SAMD51: UART support timing issues #22
Comments
I'm seeing the same issue on a Trinket M0 board with the bootloader customised to use the UART on Sercom2. First attempt to upload fails, second succeeds. |
@dominicjprice I don't mean to hijack the topic, but... How'd you customize the M0 to use a hardware UART for bootloading? I need to accomplish the same and I'm trying to dig in right now. |
Hi @alexwhittemore, have a look at my fork here https://github.com/dominicjprice/uf2-samdx1 and the projecthoop branch. The bootloader already contained the code for updating over UART, it just needed compiling in (and another method being left out due to size constraints). |
What a guy, thank you! |
Both the baud rate problem and the not uploading on first try should now be fixed with the PR that went in today |
microsoft#42 from @MartinL1:
The text was updated successfully, but these errors were encountered: