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.

IWR6843ISK: IWR6843ISK

Part Number: IWR6843ISK

Hi, 

Is there a way to check if the binary for the out of the box demo is flashed onto to the IWR devices? I am trying to find a automated way to flash the binary if its not available on the board.  Something like below 

       isFlashed = checkIfDemoFlashed

if  ~isFlashed 

    flashBinary(cfgPort);

end

I am aware of version command, but if I just use version numbers, is there a possibility that it gives false outcome, if any other binary has the same version number of SDK 

Thanks in advance