Tool/software:
Hello.
I'd like to know correct way to connect debugger in board which software already start by qspi boot mode.
Installed softwares are below.
I failed both these.
- CCS Theia 1.5.1.3
- CCS 12.8.0
Detail of tried ways are wrote below.
---
## Tried ways
### CCS Theia 1.5.1.3
#### Start Project-less Debug
I followed this link.
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_debug-main.html#manual-launch
- right click `targetConfig/*.ccxml`
- click `Start Project-less Debug`
- right click on target core
- click Connect Target
connection failed with error.
```
CS_DAP_0: Trouble Writing Memory Block at 0x2140408 on Page 6 of Length 0x4: (Error -1170 @ 0x2140408) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 20.0.0.3178)
CS_DAP_0: GEL: Error while executing OnTargetConnect(): Target failed to write 0x02140408@System_View
at *((unsigned int*) (0x02140000+0x408))=(unsigned int) 0x1 [evmam273x.gel:47]
at apll_en_mode1_default() [evmam273x.gel:2616]
at doAll() [evmam273x.gel:701]
at OnTargetConnect()
Cortex_R5_0: Error connecting to the target: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 20.0.0.3178)
```
#### Removing Initialization Script (.gel)
following this link: https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1133203/am2634-use-ccs-to-debug-via-qspi-boot
in CCS theia, Same setting in here.
but this cannot clear.
If I make it empty, it changes to "..\..\..\..\..\..\..\.." automatically.
I checked .ccxml with another software.
But initialize script setting is not here.
## CCS 12.8.0
has no `Start Project-less Debug`.
`Initialization Script` is empty if open .ccxml with CCS 12.8.0.
---
Best regards.