keil 5,烧录GD32F303,J-link的SWD接口烧录。build和download都没有报错,但是没有预期的效果。只有以下不正常的地方:
No Algorithm found for: 08010000H - 0801E417H
Partial Erase Done (areas with no algorithms skipped!)
No Algorithm found for: 08010000H - 0801E417H
Partial Programming Done (areas with no algorithms skipped!)
Partial Verify OK (areas with no algorithms skipped!)
Application running ...
Flash Load finished at 19:51:22
仔细对比了Options for target->Debug->Setting->Flash Download之后发现了问题:
有问题的设置是:
正确的配置是:
0x300000=3,145,728=3072K=3M
这里是安装pack之后默认的,不小心改动之后就出错啦。
版权声明:本文为CSDN博主「Elsa Duan」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_22433397/article/details/122223779
keil 5,烧录GD32F303,J-link的SWD接口烧录。build和download都没有报错,但是没有预期的效果。只有以下不正常的地方:
No Algorithm found for: 08010000H - 0801E417H
Partial Erase Done (areas with no algorithms skipped!)
No Algorithm found for: 08010000H - 0801E417H
Partial Programming Done (areas with no algorithms skipped!)
Partial Verify OK (areas with no algorithms skipped!)
Application running ...
Flash Load finished at 19:51:22
仔细对比了Options for target->Debug->Setting->Flash Download之后发现了问题:
有问题的设置是:
正确的配置是:
0x300000=3,145,728=3072K=3M
这里是安装pack之后默认的,不小心改动之后就出错啦。
版权声明:本文为CSDN博主「Elsa Duan」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_22433397/article/details/122223779
暂无评论