使用赋码仪主板 app升级,方案升级验证通过
This commit is contained in:
@@ -106,7 +106,12 @@ static int flash_erase(uint32_t sector)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 擦除指定地址
|
||||
int flash_erase_addr(uint32_t addr)
|
||||
{
|
||||
addr=addr-FLASH_BASE;
|
||||
return flash_erase(addr/2048);
|
||||
}
|
||||
|
||||
// 操作开始
|
||||
int flash_operate_start(void)
|
||||
|
Reference in New Issue
Block a user