cancel
Showing results for 
Search instead for 
Did you mean: 

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

HMasu.1
Senior

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​

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

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.

Hi @Community member​ 

Thank you for your answer.

Sorry for the late reply.

I will refer to above wiki page.

Thank you.

H. Masuda ​