Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello! I have two questions:
1. Is there a way to make the flashing with `uart_uniflash.py` faster? E.g. by increasing the baud rate? The script has the function `xmodem_send_receive_file()` that takes `baudrate` as the third argument, but none of the calls of the function uses non-default baud rate. I guess we would have to re-program XDS110 to use another baud rate?
2. When running an application from FLASH, could we get the logs that are logged to CCS somehow on the host PC? When logging to CCS, the syscfg generates such a function inside `ti_dpl_config.c`:

Is it possible to get the logs without CCS being involved?
