Other Parts Discussed in Thread: CC2650
Hello,
I have two SmartRF06 Evaluation Boards with CC2650 modules installed, and I'd like to debug both from the same CCS session, as described in the sdoapps_ws_cc2650_ccsv6_fundamentals-workshop-labs.pptx Lab 4, "Multi-target Debug: PER Test Example", slide 68ff.
http://processors.wiki.ti.com/index.php/CCS_Fundamentals_Workshop#CC2650
I have success creating the User-Defined Target Configuration, and identifying to CCS the two EVBs by serial number. I can test the configuration successfully, and connect to the two targets. However, when I go to load program, whether by group or individually, I always get a data verification error on the second board, and the load fails with the following error message:
Cortex_M3_0: File Loader: Verification failed: Values at address 0x0000000000001000 do not match Please verify target memory and memory map.
Cortex_M3_0: GEL: File: C:/Users\Cameron\workspace_v6_5\lcdSmartRF06EB_CC2650DK_TI_CC2650F128\Debug\lcdSmartRF06EB_CC2650DK_TI_CC2650F128.out: a data verification error occurred, file load failed.
The same gel file is used for both devices, and the same program .out is used.
Debugging either SmartRF06 EvB alone never presents a problem.
Platform: Win 7, CCS 6.1.1.00022, latest updates as of 11/9/2015.
Any insight is welcome! Thanks in advance.
Cameron