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.

TM4C129ENCPDT: How to programmatically save permanent MAC in NV RAM ?

Part Number: TM4C129ENCPDT

Tool/software:

I have working ethernet application where I have checked on power up if MAC is not in NV RAM so I substitute temporal MAC.

But I would like to save in NV RAM permanent MAC which I am getting from uart.
I know I can use LM Flash programmer, it works, but I do not want to use it, I would really like to save MAC by my own code.
I saw this link, mentioned EMACAddrSet() to do so, but it is not really working, and according to documentation, this function is not to save MAC into NV RAM, but rather to set MAC (either permanent or not) for Ethernet interface. Cannot find example of how to really save MAC in NV RAM.

Does anybody have such example?