This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
I add oad-on-chip to my project. but after add bellow macro
when I want to debug with Theia, occurred connect error
and in debug output window have error message
oad function works after I burn it with Uniflash.
SDK:simplelink_lowpower_f3_sdk_8_10_01_02
Theia:Version: 1.5.0.11
It's very important to debug with Theia, how can I fix this error?
Hi xuefeng,
Are the above highlighted pre-defines to the Linker File Options the only two changes you've made to your project to enable on-chip OAD? I expect several more changes are required to fully convert the project, and you will also need MCUBoot and persistent OAD images alongside your BLE application image. You can read more from the BLE5-Stack User's Guide. And if you revert these changes, are you able to debug your project as before? Please note that JTAG Communication Error -615 @ 0x0 is due to the MCUboot image not being programmed leading the code at address 0x0 to be invalid. Please see the Debug section of the BLE OAD SimpleLink Academy Lab.
Regards,
Ryan
Hi Ryan,
With CCS 12.7 and 12.8 I can see the connect target selection as this
But in CCS Theia, I haven't found this selection.
You can try with the sample oad-on-chip sample in SDK, after show "Target is not connected" in right bottom, threads window is empty.
I followed this link did some try with sample oad-on-chip, run into main function success.