This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: Initial Setup of CCS Cloud

Part Number: TM4C123GH6PM


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?