Hello,
I use CCS Version: 20.3.1.5__1.9.1 and run an apllication based on the example hello_world_am64x-sk_r5fss0-0_freertos_ti-arm-clang
Debug logs are output at the same time on the CIO and on the UART0
I have unchecked the options "Enable CIO function use (requires setting a breakpoint)" and "
Enable Semihosting (requires setting a breakpoint at SVC_Handler ) " in the project proprerties / debug , but the CIO is still active and slows down the application's execution
How can I disable the CIO to have debug logs only on the UART ?
