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!/*********************...
Thank you for your help . I don't konw how the kind of writeing app to ARM . So first , I want to write the Flash directly by SWD for Prove that my code will be ok, and second write app to ARM。 Mabe your have the code of writeing app ...
Posted on July 15, 2018 at 04:59Hi。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 . Help me.....Thanks!FLASH_Status flashEraseAllO...