Replies: 3 comments 6 replies
-
could this be an explaination : in the drivers/flash/Kconfig.stm32, the FLASH_STM32_READOUT_PROTECTION is not settable for the stm32H7 serie.
There is a PR for adding the RDP to the stm32F7 serie : #76097 |
Beta Was this translation helpful? Give feedback.
3 replies
-
I put a PR #76640 to complete the #76097 Can you please check if it answer your question ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @FRASTM , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried some tests in zephyr/tests/drivers/flash and they worked. But I was unable to use zephyr WRP or RDP protection. I want to setup a RDP (readout protection) on my stm32h750b_dk but I am unable to set the same.
I am unable to set
CONFIG_FLASH_STM32_READOUT_PROTECTION=y
Even if I set I am unable to usestruct flash_stm32_ex_op_rdp
as it is used in the Extended operations api.Is there a example to set Readout protection to
0xBB
. I am attaching a sample code that I was trying to use it is from my earlier discussion provided by @FRASTM.flash_h7.zip
I am getting the following error

Beta Was this translation helpful? Give feedback.
All reactions