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.

Not able to upload firmware after modifying original firmware for LDC1000EVM

Other Parts Discussed in Thread: LDC1000EVM, UNIFLASH, MSP430FR5969, LDC1614EVM, TIDA-00314

I have got LDC1000EVM and installed the LDC1000 GUI 1.0.4.1.

I modified the following code for the main and build and uploaded it to the LDC1000EVM.

while (1)
{
       // USB Comms
       // USBCommunicationTask(); //


     evm_readProx(&buffer[2]);
      if (buffer[1] > 39) {
                evm_LED_Set(ALLON);
       }
         else {
                evm_LED_Set(ALLOFF);
       }

}

Now I am not able to upload any firmware to the LDC1000EVM. Is there any other method to program it.

Regards