Hi,
With the BLE stack v2.1, this is what I observe:
1. Import and compile SensorTagStack as well as SensorTag projects from a fresh installation of the BLE stack v2.1;
2. Load SensorTagStack using CCS. Then "Stop" the debug session;
3. Load SensorTag application using CCS. Observe that the device is working properly using SensorTag app on iOS;
4. Stop the debug session;
5. Pull out the USB cable of debugger then plug it in again after a few seconds;
6. The red LED is switched ON and no BLE activity is observed!
This is happening every time I try flashing the SensorTag. I tried enabling the FEATURE_LCD so that I could observe where exactly is this issue coming in, but that in itself is causing other issues like stopping BLE activity! I am following up on that in a separate thread.
Can somebody recommend how should I go about debugging this?