Question:
How CLDP supports SWD(Serial Wire Debug)with ICE-1000?
Answer:
Create a platform that uses SWD for BF70x instead of JTAG and then save that configuration file for use with the cldp. Please refer the attached screenshot for reference.
After created the custom platform save it as "config.ini". Please follow the below command for flashing the application via CLDP
cldp.exe -config config.ini -driver bf707_w25q32bv_dpia.dxe -cmd prog -erase affected -format hex -file Button_LED_GPIO_polled.ldr
Note: We can see the difference in color of the LED on the emulator for differentiate flashing via ICE & SWD. It will turn CYAN for SWD and MAGENTA for JTAG.