2020-04-14 11:07 PM
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
Solved! Go to Solution.
2020-04-15 04:57 AM
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
2020-04-15 04:57 AM
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
2020-04-20 09:12 PM
Hi @Community member
Thank you for your answer.
Sorry for the late reply.
I will refer to above wiki page.
Thank you.
H. Masuda