STM32F767 Change RDP level from second stage bootloader
Hello,
I have second stage bootloader in place and want to change RDP level from it (0 to 1 and roll back when doing firmware upgrade).
However, the problem is, once RDP level is changed to 1, bootloader is not able to change it back to 0.
I've to change RDP level 0 from ST-link v2 and stm32cube programmer which results in mass erase of the chip (which ends up erasing my second stage bootloader).
Is there any way around it ?
My actual issue is : I want to disable read from mcu. Either through RDP or any other mechanism (which i'm not aware of at this moment).
Device : STM32F767
Thanks,
Shriram
#STM32F767 #RDP
