在Flash中不擦的空间存储了以下函数:
void sMainTaskEntry(void)
{
asm(" LB _c_int00");
}
包含_c_int00函数的库存储在需要擦掉重写的空间,我的疑问是库函数的地址是否需要固定?貌似以前没有固定地址时,也能跳转到_c_int00函数。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.