How to register the MAC address of my own board which STM32MP151CAA3 is mounted on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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.
- Labels:
-
STM32CubeProgrammer
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-15 4: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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-15 4: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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-04-20 9: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
