User Activity

Posted on November 11, 2015 at 17:59 I have the following code:  FLASH_EraseInitTypeDef EraseInitStruct;    __HAL_FLASH_INSTRUCTION_CACHE_RESET ();     __HAL_FLASH_INSTRUCTION_CACHE_ENABLE ();     HAL_FLASH_Unlock ();     /* Get the 1st sector to e...
Posted on November 11, 2015 at 17:41I have the following code:  FLASH_EraseInitTypeDef EraseInitStruct;    __HAL_FLASH_INSTRUCTION_CACHE_RESET ();     __HAL_FLASH_INSTRUCTION_CACHE_ENABLE ();     HAL_FLASH_Unlock ();     /* Get the 1st sector to er...