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