STM32U585 does not wake up from stop 3 mode when RDP is enabled
The project uses Trustzone with a secure bootloader (based on mcuboot) and non-secure application.
The application enters STOP3 mode, waiting for interrupt, with EXTI configured on a GPIO line to trigger an interrupt.
Waking up from stop mode works perfectly, unless readout protection is enabled (tested with level 0.5 and level 1).
In the documentation or the errata I can find no relation between RDP and stop mode behaviour.
