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/UNIFLASH: Flash byte array instead of file

Part Number: UNIFLASH

Tool/software: Code Composer Studio

I want to flash the target with a Bootloader and an application during production using cJTAG, but I do not want to expose our binary images on the factory PC. Is there a way that I can use a byte array rather than a file on disk to flash the target via dslite command line tools? If no, is there another way to do this? I looked at debug server scripting, but I'm not sure i found an API that can help me. And a follow up question, is it possible to use dslite command line to erase the device?

  • Frank,

    Unfortunately no UniFlash (and hence DSS and dslite) do not support streaming a byte array for programming. If you can let me know what device you are using I can loop in the appropriate people to see if there is another solution available.

    As far as erasing via the command line that is possible. However the method does vary a bit by device. For most of devices it is something you put in the settings file but since you references XDS100v3 I am thinking you may be on an CC26/13xx device and for those it is a little different.

    Regards,
    John