How to capture UART log for SF32LB52

How can I capture UART logs for SF32LB52? The device freezes as soon as I open the UART interface. Thank you!

What development board and serial tool are being used? Have you tried enabling the “Disable modem flow control” option first?

The SF32LB52-OED-6’-EPD development board uses the SecureCRT serial tool. I’ll try your method, thank you!

It worked as you suggested, thank you!

It won’t restart, but the captured log is garbled. What is the typical baud rate for serial port logs?

It can be 1000000

The serial port tool cannot be set to such a high value as 1M; the maximum is only 921600.

You can try using a different serial port tool, such as our sifli-trace tool:
Software and Hardware Tools Summary - SiFli-Wiki v1.0 Documentation
SiFli_Trace - SiFli Solution Documents

Alright, that’s fine, thank you!