HI,I cannot delete page 15, or other pages, of the STM32C031K6T6 flash chip. HAL_StatusTypeDef status;
EraseInitStruct.TypeErase=FLASH_TYPEERASE_PAGES;
EraseInitStruct.NbPages=1;
EraseInitStruct.Page=15;
status = HAL_FLASH_Unlock();
status = HAL_FLAS...