2022-01-19 12:58 PM
I'm using the BLE_SensorDemo Atollic project from BlueNRG DK v3.2.1 as the starting point for a custom application. Is it possible to rename the name of the Atollic project?
I've done so by searching for all plain-text references to the old project name in the project folder and replacing with the new project name. Also changed the name of the build artifact in Atollic project properties - C/C++ Build - Settings. The renamed project builds w/o error, but Atollic now won't connect to the target through a JLink. It connects fine with the original project name. See console output below.
Any ideas why I can't connect after changing the project name?
Connecting to J-Link...
J-Link is connected.
Firmware: J-Link V10 compiled Jun 7 2021 15:45:01
Hardware: V10.10
S/N: 850100683
Feature(s): RDI, FlashBP, FlashDL, JFlash, GDB
Checking target voltage...
Target voltage: 3.35 V
Listening on TCP/IP port 2331
Connecting to target...ERROR: Could not connect to target.
Target connection failed. GDBServer will be closed...Restoring target state and closing J-Link connection...
Shutting down...
Could not connect to target.
Please check power, connection and settings.