Hi, I've the CC2650-LAUNCHXL
The default loaded firmware works, with the Starter App and BLE Scanner.
But the project Zero doesn't work when I compile it, it's the same if I do it in the cloud or in CCS.
I've followed the steps without succes, it compiles and loads with no errors, but nothing blinks, there's no uart Output, not discoverable...
I Import from
And also download the whole folder from there. It compiles but doesn't do anything.
The Project Zero Works only if I load the already compiled firmware with the button "Download prebuilt Project Zero App+Stack combined image to the CC2650 Launchpad"
Do I have to add or set something in the project config?
In both CCS and Cloud CCS I've tested with the empty project for the Launchpad, and it works printing The hello world to the console.
I've also the sensor Tag working with the Cloud Sensor Tag code sample, with this SensorTag I got the experiencie that some samples run ok if loaded from the Cloud but for CCS We have to add some steps in the project settings.
But this time it doesn't even work in the cloud :/
.....
A second question, when I compile in CCS, it shows that the code uses almost 100% of the flash, why? 53kb is not the 100% of the 110Kb of the CC2650, is it because of the BLEStack?? But if so, whith this very basic project we're filling almost the whole flash, leaving no room for any useful application.
Why is the Flash separated in Flash and flash last page?
Thanks and my best regards