Question:
How to program and verify with cldp?
Answer:
User can use "-cmd compare ..." command in command line to verify the program which is being flash.
For example,
cldp.exe -proc ADSP-SC573 -core 1 -emu ICE-1000 -driver sc573_w25q128fv_dpia_Core1.dxe -cmd prog -erase all -format hex -offset 0x0000 -file Button_LED_GPIO_SC573_SHARC_Core1.ldr -cmd compare -format hex -offset 0x0000 -file Button_LED_GPIO_SC573_SHARC_Core1.ldr
This will compare the entire flash contents with the given "-file" once the write process is completed