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.

CCS/AWR1843: How to erase BIN files

Part Number: AWR1843
Other Parts Discussed in Thread: UNIFLASH

Tool/software: Code Composer Studio

Hi

I have a question about

   boot_loader.bin

   firmware.bin

which are under C:\ti\ccsv8\ccs_base\common\uscif\xds110.

 

Customer would like to use these bin to be able to use UniFlash/CCS.

However, they want to uninstall them for the power consumption except when debugging.

How to erase them?

Thanks and Best regards,

HaTa.

  • HaTa,

    HaTa said:

    Customer would like to use these bin to be able to use UniFlash/CCS.

    However, they want to uninstall them for the power consumption except when debugging.

    I don't understand the scenario very well. These two binary files are intended to only be used by the Debug Probe and not as part of a customer's application (where the overall power consumption would be relevant). If the customer added the Debug Probe as part of the circuit of their custom board, they need to design a way to fully turn off the Debug Probe and isolate its JTAG pins so the power consumption is the most accurate possible.  

    If you are using a Launchpad, you can fully isolate the Debug Probe portion by removing the jumper pins that divide the bottom main processor from the top Debug Probe. 

    Please let me know if you mean something else. 

    Regards,

    Rafael

  • Hi Rafael

    Thank you very much!