STM32H750 External Flash Read Protect
Working on setting RDP (read out protection) on STM32H750. We are using an external loader to be able to read from/write to external flash. The internal flash only contains a bootloader.
1. Setting RDP to Level 1 doesn't prevent reading external flash. Is there a way to enable protection for external flash?
2. Setting to Level 1 and then reverting to Level 0 deletes the internal flash (bootloader). Is there a way to extend this functionality to external flash?

