Hello,
I want to flash cc2640 from command line. I am using cc2650lp_app.FlashROM.cspy and using following command in bat script
cc2650lp_app.FlashROM.cspy my_file.hex --download_only
It downloads the file but script does ends automatically. Following is the output i got from running the above command:
I have also attached cc2650lp_app.FlashROM.cspy file.
But if i run cc2650lp_app.FlashROM.cspy directly from command line with same command it shows following.
Can you please help me how to use the cc2650lp_app.FlashROM.cspy to flash from bat script and exit the script after flashing?
following is the code of cc2650lp_app.FlashROM.cspy
Thanks a lot.