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 have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I encountered a strange problem when using the ULP core to debug with the serial port, the same code, but the placement is different, there is no other information in the middle, one line is indeed normal output information 'safe_power 125 ccc', the other line is garbled saæ�}ÿpo�W�. �ª�, and the result of multiple attempts is the same.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Encountered strange issues while debugging the serial port with the C6 ULP core
Encountered strange issues while debugging the serial port with the C6 ULP core (IDFGH-13650)
Sep 9, 2024
Hi @Tinyu-Zhao,
What you are observing is likely an issue with the lp_uart driver which does not wait for the UART Tx FIFO to flush out before printing the next string/character. Could you please apply the following patch and let us know if it resolves the issue?
Hi @Tinyu-Zhao, What you are observing is likely an issue with the lp_uart driver which does not wait for the UART Tx FIFO to flush out before printing the next string/character. Could you please apply the following patch and let us know if it resolves the issue?
Answers checklist.
General issue report
I encountered a strange problem when using the ULP core to debug with the serial port, the same code, but the placement is different, there is no other information in the middle, one line is indeed normal output information 'safe_power 125 ccc', the other line is garbled
saæ�}ÿpo�W�. �ª�
, and the result of multiple attempts is the same.The text was updated successfully, but these errors were encountered: