Click on Browse and select the directory C:\ti\ccsv8\ccs_base\emulation\windows\xds110_drivers Repeat forXDS110 Class Debug Probe That should get you the same driver as installed by CCS. If Windows refuses to update the driver, they need to be fully removed. Right-click on nodeXDS110 Cl...
/* Driver Header files */ #include <ti/drivers/GPIO.h> @@ -48,8 +49,7 @@ */ void *mainThread(void *arg0) { - char input; - const char echoPrompt[] = "Echoing characters:\r\n"; + const char echoPrompt[] = "Writing chars:\r\n"; UART_Handle u...