Tool/software:
Hello,
We have made a custom board with CC2340R5. To flash the chip, we have XDS-110ET REV B module. We are using a code composer studio. Below is our pin connection with XDS-110 and custom CC2345 board
| XDS-110 | CC2340R5 Custom |
| 3.3V | 3.3V |
| GND | GND |
| nRST | RSTN |
| TMS | SWDIO |
| TCK | SEDCK |
When we are doing Debug Project, we are getting a message,
Debugging is not allowed. If this is not expected, check your CCFG.
If you are experiencing issues with loading your application, do the following (this will erase the chip):
- Code Composer Studio:
- End the current debug session (if any is active).
- View -> Target Configurations -> Right click on .ccxml file for your project -> Launch Selected Configuration.
- Right click on the 'Debug Probe/Cortex_M0P' and select 'Show all cores'.
- Select the 'Debug Probe/CS_DAP0' item after expanding the 'Non Debuggable Devices' item.
- Scripts -> CC23xx -> ChipErase to start Chip erase.
- You should now be able to load your application to the target.
Debugging is not allowed. If this not expected, check your CCFG.
Flash loading is currently not supported if debugging is not allowed.
Halting at entry of application is not allowed. Are you sure debugging is allowed?
Running the application, without halting at the entry of the application.
Error connecting to the target: (Error -1274 @ 0x0) Error encountered during connect sequence. The specific reason is unknown but may be the result of trying to access a Core or logic that is inaccessible due to a lack of Power, Clocks, or Authentication (i.e. Security is preventing). If blocked by security, and if supported, access may be allowed after following the Authentication process. (Emulation package 20.0.0.3178)
Can you please help with the issue?