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.
I started the OOTB demo from scratch with the new procedure mentioned at Thu, Apr 12 2018 3:07 PM.
I built the OOTB code with CCS Cloud and uploaded it to the MSP432E LaunchPad.
No luck, I'm stuck with the following error:
This command is supported only during initialization.
as per
pid xxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx.m2.exosite.io/ Welcome to the MSP-EXP432E401Y LaunchPad's, Out of box Demo. MAC Address: xxxxxxxxxxxxxxxx PIK found in EEPROM XXXXXXXXXXXX Connected to Exosite server. No Token found in EEPROM. > pid xxxxxxxxxxxxxxxx This command is supported only during initialization. CloudTask: Bad response, ecode: -1 during : 2 action. Resetting connection. Connected to Exosite server. No Token found in EEPROM. CloudError: Server returned : 502 during : 1 action. Retrying >
How to enter initialisation mode to specify the PID again?
Thank you and best regards,
In order to wipe the old PID from EEPROM, just add EraseEEPROM() after NVSInit() in main_tirtos.c file, then build, upload and run.
Then, I managed to connect to Exosite and configure the dashboard as described on the SimpleLink Academy Meet the MSP432E401Y LaunchPad Development Kit (MSP-EXP432E401Y).
**Attention** This is a public forum