Skip to content

Nrf52 esp83266 uart bug#1428

Merged
dhalbert merged 2 commits into
adafruit:masterfrom
hathach:nrf52_esp83266_uart_bug
Dec 27, 2018
Merged

Nrf52 esp83266 uart bug#1428
dhalbert merged 2 commits into
adafruit:masterfrom
hathach:nrf52_esp83266_uart_bug

Conversation

@hathach
Copy link
Copy Markdown
Member

@hathach hathach commented Dec 27, 2018

fix #1407
root cause is the frame error, stop bit is not valid (not data overflow as suspected), data is literally garbage. Solution is just ignore the garbage data and keep receiving.

Copy link
Copy Markdown
Collaborator

@jerryneedell jerryneedell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have run this PR on both the particle_xenon and particle_argon allowiing hard resets of the ESP8266 on the xenon and the ESP32 on the argon -- both worked normally after the resets -- this appears to fix the issue.
I also verified on the particle xenon that pressing the RESET button on the ESP8266 did not cause it tho hang.

@dhalbert dhalbert merged commit dcdd82c into adafruit:master Dec 27, 2018
@hathach hathach deleted the nrf52_esp83266_uart_bug branch December 17, 2019 03:38
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

Successfully merging this pull request may close these issues.

large data burst hangs UART on nrf52840

3 participants