Flash容量设置错误导致的No Algorithm found for: 08020000H –
发布时间:2020-12-15 20:00:13 所属栏目:百科 来源:网络整理
导读:Keil程序添加新代码后下载到板子上无法运行,download时有如下提示信息 No Algorithm found for: 08020000H - 08024FD3HPartial Erase Done (areas with no algorithms skipped!)No Algorithm found for: 08020000H - 08024FD3HPartial Programming Done (ar
Keil程序添加新代码后下载到板子上无法运行,download时有如下提示信息 No Algorithm found for: 08020000H - 08024FD3H Partial Erase Done (areas with no algorithms skipped!) No Algorithm found for: 08020000H - 08024FD3H Partial Programming Done (areas with no algorithms skipped!) Partial Verify OK (areas with no algorithms skipped!)去掉部分函数之后正常,从提示信息上看似乎是代码超出flash范围了,查看bin文件发现只有130KB左右,还没到芯片的256KB,看来是设定的问题,最后找到optins for target “xxx”->Debug->Jlink->Settings->Flash Download,此处设置的是128KB,删除128KB的选项,添加新的256KB,问题解决。 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |