Skip to content
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

Possible bug in UART #15

Open
giuliocorradini opened this issue Nov 24, 2021 · 1 comment
Open

Possible bug in UART #15

giuliocorradini opened this issue Nov 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@giuliocorradini
Copy link
Member

UART 2 is configured with both tx and rx pin as tx pin (see line 47 of gps.c).

The code should be simplified in general. We don't need a device manager for example, as only a single GPS unit is mounted onto the CanSat

@giuliocorradini giuliocorradini added the bug Something isn't working label Nov 24, 2021
@giuliocorradini
Copy link
Member Author

This UART doesn't work in write mode (even though it's not supposed to). If you take this code as an example, beware that hardware flow control is misconfigured and should be set to
.flow_ctrl = UART_HW_FLOWCTRL_DISABLE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant