STM32 - bootloader commands for readout protect/unprotect not working...?
I am working with several STM32, let's focus on the STM32L4P5. I wrote a windows utility which does a nice job of loading code with the bootloader, per the AN3155 documentation. It is nicely robust, and I've been using it for a couple months. I want to add the capability of selecting to protect or unprotect readout with a user selection.
I send the 0x92+0x6D to unprotect, then write the code, and the code executes just fine, but hooking up the J-link re-erases everything, indicative of protection being set.
Has anybody used this successfully?
