User Activity

Hi everbody. From the <<PM0075 Programming manual>> ,I have success erase the entire flash follow Mass Erase sequence, the C code as below:FLASH_Status flashEraseAllOptionBytes_STM32(void){  FLASH_Status status = FLASH_COMPLETE;  uint32_t ...
Posted on July 15, 2018 at 05:31Hi?From the  <PM0075  Programming manual>  ? P15?Mass Erase  as below code is successful ?Now?I  want to Main Flash memory programming  ,  but  I don't  how to do it  .  Anybody Know?.....Thanks!/*********************...