-
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
Problem Program SAMD51 from UART1 (SERCOM3) - Metro M4 AirLift #178
Comments
Hi Guys I am tested it a metro m4 airlift, because i want to update the SAMD51 via serial UART,
#define USE_SINGLE_RESET 1 #define USE_HID_SERIAL 0
but I don't get any response |
Hi Guys I update you, doing some debugging I found the problem uf2-samdx1/src/main.c Line 306 in 2fd0593
the problem is about usart_sharp_received () going backwards. uf2-samdx1/src/usart_sam_ba.c Line 170 in 2fd0593
the problem is about usart_is_rx_ready () going backwards. Line 177 in 2fd0593
the problem is here, however FT232R is connected with the RX / TX pins of the Metro, I also tried always on main to send a byte on UART1 (SERCOM3) with: Any suggestions |
Hi Guys
I am testing the grand central meter,
i would like to program this chip from another uart input, other than native usb,
switching from usb to another uart via a pin.
Any info are accepted
The text was updated successfully, but these errors were encountered: