Tool/software: Code Composer Studio
I'm trying to use the cloud version of CCS for the first time but I can't get past the pop-up window below.
I'm using Firefox 76.0.1
My program is:
/**
* main.c
*/
int main(void)
{
return 0;
}
My USB cable is plugged into the debug port on the LaunchPad. Switch is set to "Debug".
When I click the Run button I get the following message. I did what it says but I don't know what to do next. Any clues?