can anyone tell me why its not continue read ,write and erase is not happening...in this program, only one time it will done read write and erase and next time when its again going in the while loop nothing happening...
while (1) { /* USER CODE END WHILE */ uint32_t Page=0x000000C8; //0x08040000 uint32_t B =FLASH_BANK_2 ; FLASH_PageErase(Page,B); HAL_FLASH_Unlock(); __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_ALL_ERRORS); uint64_t d={0x1111111111111123};...