2017-08-07 04:57 AM
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-protectionSolved! Go to Solution.
2017-08-31 02:49 AM
If anyone else has the same question, I got the answer from a service engineer using Read-Out protection in any form with the STM embedded bootloader is not supported. You have to control the BOOT pin if you want to jump back to the app.
2017-08-31 02:49 AM
If anyone else has the same question, I got the answer from a service engineer using Read-Out protection in any form with the STM embedded bootloader is not supported. You have to control the BOOT pin if you want to jump back to the app.