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.

delete exocite CIK from eeprom TM4C129ENCPDT

Other Parts Discussed in Thread: TM4C129ENCPDT, UNIFLASH

What's the best way to remove the CIK from a TM4C129ENCPDT crypto connected controller

(the key that's retrieved when running the iot examples)

Is there a UniFlash setting that supports that, or should I write a program that clears the memory area?

  • Jan Cumps said:
    Is there a UniFlash setting that supports that, or should I write a program that clears the memory area?

    The "Debug Port Unlock" utility in LM Flash Programmer invokes a mass erase of the device, which erases the EEPROM, flash and non-volatile registers.

    Note that since the MAC address is stored in the non-volatile User registers performing a "Debug Port Unlock" will erase the MAC address. LM Flash Programmer allows you to read the current MAC address, perform a Debug Port Unlock, and then restore the original MAC address.

    Having just checked Uniflash 3.4.0 there are the same facilities as LM Flash Programmer for reading the MAC address, performing a Debug Port Unlock and writing the MAC address.

  • Hello Jan,

    If you generate a new CIK, then launchpad will register the new CIK and discard the older one.

    Regards
    Amit
  • Confirmed. Thank you.