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.
Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hi, I'm totally new to this. Just got a board, trying to get up and running.
I figured Cloud IDE would be the easiest path.
Using Chrome on Mac.
Connected the board to USB port (blinking happily)
Downloaded and installed TI Cloud Agent ( do I need to run it manually? how? )
Download and installed TI Cloud Agent browser extension (enabled).
Still cannot run the "hello world" demo - I get an error saying I need to download the TI cloud agent app.
Did you run the .dmg that was downloaded?
Here are the full steps from Chrome on my Mac.
Click Install
Click add extension
Now I click download on that first screen.
I then click on the .dmg file to run the installer.
Double click the icon
Click open
Click next
Click next
Click next
Click Finish
Click on the Refresh button in the original dialog.
After that I can debug in CCS Cloud. Seems like a lot of steps but it just takes a few seconds.
Sagi,
1) Can you please check ~/.config/google-chrome/NativeMessagingHosts/com.ti.ticloudagent.json exists
2) Can you type "chrome://version" into the chrome address bar and grab a screenshot
We need to perform further diagnostics can you perform the steps noted below. Please confirm that you installed to the default location, if not re-run the installer in ticloudagent.dmg before proceeding.
1) Attach ~/TICloudAgent/ticloudagent_install.log
2) Verify ~/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/com.ti.ticloudagent.json exist
3) Collect additional logs
- Edit ~/TICloudAgent/ticloudagent.sh
replace
#!/bin/bash
with
#!/bin/bash
export TI_DS_ENABLE_LOGGING=1
export TI_DS_LOGGING_OUTPUT=~/ticloudagent.log
Refresh browser and try debugging from the cloud IDE.
Collect and attach (if found) ~/ticloudagent.log and ~/ticloudagent_ticld.log