Posted on June 18, 2015 at 10:00 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=06...
Posted on June 17, 2015 at 18:09
HAL_FLASH_Unlock();
HAL_FLASH_OB_Unlock();
FLASH_OBProgramInitTypeDef initFlash;
initFlash.OptionType = OPTIONBYTE_RDP;
initFlash.RDPLevel= OB_RDP_LEVEL_1;
status = HAL_FLASHEx_OBProgram(&initFlash);
if
(status ...
Posted on June 17, 2015 at 17:20Do one of you have the solution ? I have the same issue here, I agree with the post above : since the launch make a reset of the device. as long as RDP is not changed we infinitly reset. but the writed register seem...