Posted on May 12, 2015 at 08:35Hello I'm using an STM32F302CB. I use this code to protect the first pages of code which contains a bootloader:[code] uint32_t write_protected = FLASH_OB_GetWRP(); uint32_t protect_mask = OB_WRP_AllPages - BOOTLOADER_W...