Resolved! Flash memory erase
I am using STM32L476RGT6. I am trying to read and write operation in the embedded flash memory. I am unable to erase the stored data in the embedded flash memory. I am following method to erase :FLASH_EraseInitTypeDef EraseInitStruct; HAL_FLASH_Unloc...