STM32L0 Read protection + Embedded Bootloader
Hi forum,
For my project, I use the STM32L0G6 MCU. My goal is to program the device, and then protect it against read-out, such that no copy of the firmware can be done.
I also use the embedded bootloader ( see
& ) to program the devices.Unfortunately, using read-out protection disables the GO command of the embedded bootloader. As my system always starts in bootloader mode, this means I cannot start my app.
Do you know how to protect the device agains read-out + use STM's embedded bootloader?
Kind regards,
Jules.
#embedded-bootloader #stm32l0 #read-out-protection