Is Read-out-protection Level1 compatible with IAP ?
For a customer I want to set RDP Level1 on STM32F4, and put in first sector a bootloader that manager a jump to DFU for device upgrade.
I set the RDP L1 by code at init, and disable it with STMCubeProgrammer.
Will the IAP also be erased with the application code ? How Can I prevent it ?
The AN3965 descirbes an IAP that is not compatible :
Note: In this application, the read protection is not supported, so the user has to verify that the
Flash memory is not read-protected.Is there another way to protect code content against reading ?
#stm32-iap #rdp-level-1