Other Parts Discussed in Thread: CC3100, ENERGYTRACE
Tool/software: Code Composer Studio
I am working on the project using MSP432 with CC3100/Sensors boosterpack.
Because some pins of the CC3100 and Sensors boosterpack was overlapped, I modified some pins, and they worked on MSP432 perfectly.
However, the problem occurred when I tried to measure power using EnergyTrace in CCSv8.2.
My project consists of two parts, sensing nearby temp, light etc and send the data to the server.
I both used provided SDK, for sensors boosterpack(dev.ti.com/.../ and CC3100(processors.wiki.ti.com/.../CC3100_HTTP_Client).
Before EnergyTrace, the project worked just like I designed. I can even check sensed data in the server. It means sensors boosterpack and CC3100 worked without any errors.
However, after turning on EnergyTrace, the program kept holding "VERIFY_PROTOCOL()" inside of _SlDrvRxHdrRead() function.
Detailed function tree can be checked in the screenshot below.
Maybe CC3100 SPI communication, and EnergyTrace make corruption?
I don't know what to do.
