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
I believe the same behavior (serial port not open on PC causing system hang) happens on nrf52 targets as well. As soon as I reach a printf, the cpu hang.
This was reproducible on nrf52DK when trying to open a second serial port on two random I/O pins.
Is there a workaround for nrf52? I saw the related issue on nrf51dk.
This did not pose a problem in older versions of mbed, but seems to be happening with mbed lib v144 (both OS2 and OS5).
Target
NRF52
Toolchain:
GCC_ARM / mbed online compiler
Expected behavior
System should not hang.
Actual behavior
System hangs.
The text was updated successfully, but these errors were encountered:
Bug
I believe the same behavior (serial port not open on PC causing system hang) happens on nrf52 targets as well. As soon as I reach a printf, the cpu hang.
This was reproducible on nrf52DK when trying to open a second serial port on two random I/O pins.
Is there a workaround for nrf52? I saw the related issue on nrf51dk.
This did not pose a problem in older versions of mbed, but seems to be happening with mbed lib v144 (both OS2 and OS5).
Target
NRF52
Toolchain:
GCC_ARM / mbed online compiler
Expected behavior
System should not hang.
Actual behavior
System hangs.
The text was updated successfully, but these errors were encountered: