Skip to main content
Associate III
April 15, 2020
Solved

How to register the MAC address of my own board which STM32MP151CAA3 is mounted on?

  • April 15, 2020
  • 1 reply
  • 1170 views

I want to register the MAC address of my own board which STM32MP151CAA3 is mounted on.

Can I use STM32CubeProgrammer to register the MAC address?

If so, are the following commands correct?

 Example)

 MAC address which I want to register: 00:12:34:56:78:90

 > STM32_Programmer_CLI -c port=usb1 -otp program wordID=0x39 value=0x56341200
 > STM32_Programmer_CLI -c port=usb1 -otp program wordID=0x3A value=0x00009078

Also, can I update this OTP bits only once?

(If I register the MAC address once, Can't I update it again?)

Best regards

H. Masuda​

This topic has been closed for replies.
Best answer by Olivier GALLIEN

Hi @HMasu.1​ 

Please refer to https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer#How_to_fuse_STM32MP15x_OTP for some details on procedure for OTP programming.

Olivier

1 reply

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
April 15, 2020

Hi @HMasu.1​ 

Please refer to https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer#How_to_fuse_STM32MP15x_OTP for some details on procedure for OTP programming.

Olivier

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
HMasu.1Author
Associate III
April 21, 2020

Hi @Community member​ 

Thank you for your answer.

Sorry for the late reply.

I will refer to above wiki page.

Thank you.

H. Masuda ​