You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More precise reporting of #6219. This is not really related to #6213 after all.
Running this on or after commit 749bb99 (between 7.2.0-alpha.1 and .2), and then touching the RX pin, will cause a hard crash of some kind.
That particular commit updates the pico-sdk to 1.3.0.
importboardimportbusiouart=busio.UART(board.TX, board.RX)
uart.baudrate=115200# _might_ make it easier to provokei=0whileTrue:
data=b'................................................................................................................................................................'print(i, data)
i+=1uart.write(data)
The text was updated successfully, but these errors were encountered:
dhalbert
changed the title
RP2040: Touching UART RX pin or leaving it unattached causes hang
RP2040: Touching UART RX pin or add a jumper to nowhere causes hang
Apr 4, 2022
dhalbert
changed the title
RP2040: Touching UART RX pin or add a jumper to nowhere causes hang
RP2040: Touching UART RX pin or adding a jumper to nowhere causes hang
Apr 4, 2022
More precise reporting of #6219. This is not really related to #6213 after all.
Running this on or after commit 749bb99 (between 7.2.0-alpha.1 and .2), and then touching the
RX
pin, will cause a hard crash of some kind.That particular commit updates the
pico-sdk
to 1.3.0.The text was updated successfully, but these errors were encountered: