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

[BUG] Entering interactive mode breaks UART input #1639

Open
dkaszews opened this issue Apr 4, 2024 · 0 comments
Open

[BUG] Entering interactive mode breaks UART input #1639

dkaszews opened this issue Apr 4, 2024 · 0 comments

Comments

@dkaszews
Copy link

dkaszews commented Apr 4, 2024

I am playing around with UART in bare metal mode and have noticed really weird behavior. When first starting any program that reads from UART, any input is echoed into terminal and buffered until a return key is pressed. However, if you enter interactive mode and resume with rs, the behavior changes - input is not echoed anymore and passed intermediately to the assembly.

For reproduction, you can use example at https://github.com/Benjamin-Davies/spark-minimal-uart (remove first line from link.ld script, as some linkers don't like it).

asciicast

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant