Part Number: CC3220SF-LAUNCHXL
Tool/software: Code Composer Studio
Hello,
A little background: I have 3 boards all with temperature sensor connected and sending data to AWS. My objective was to flash the boards so that they ran the code on power-up. Was able to find some great help on this forum and got this working for 2 of the 3 boards. The last board, however, seems to have run into an error.
When I plugged the last board in to test the code before flashing it I was only ever able to get to "Shadow Connect" but never able to actually see any data. The console output for the last board is as shown below;
Things I've tried:
- I've tried swapping the sensor out with sensors from the other working boards.
- Used the sensor from the last board with the other boards and it worked just fine on the other boards
- Ran just the "vanilla" shadow_sample code with simulated data and no sensors connected and still nothing
- I tried flashing the board with example code and then re-flashing my project
The board doesn't appear to be damaged in any way, and still works fine with other code. I had this board working and connected to AWS a week ago, and i've checked the policy attached and it hasn't changed nor has any code.
This has thrown me through quite a loop and i'm curious what might be the reason. Any help would be greatly appreciated.