What is the correct sequence to remove read protection (RDP level 1 -> RDP level 0) using bootloader over SPI-bus?
I working with the STM32F446-microcontroller and I need to upgrade firmware and change the option bytes on it using the built-in bootloader (en.CD00167594.pdf, AN2606) using SPI-bus (en.DM00081379.pdf, AN4286). I am able to successfully modify all op...