ccs5 怎么把程序烧到Flash
答案:1 悬赏:30 手机版
解决时间 2021-11-11 21:51
- 提问者网友:孤凫
- 2021-11-11 07:13
ccs5 怎么把程序烧到Flash
最佳答案
- 五星知识达人网友:行雁书
- 2021-11-11 07:31
flash_f28027工程烧写flash例程其例程部都RAM运行要想运行RAM程序需要添加程序段建议参考flash_f28027工程
1、#pragma CODE_SECTION(xxxx, "ramfuncs");
2、extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadSize;
extern Uint16 RamfuncsRunStart;
3、memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
4、InitFlash();
同参考文献 f2802x-FRM-EX-UG.pdf 第17页 2.4.5 Executing the Examples From Flash
希望帮助
1、#pragma CODE_SECTION(xxxx, "ramfuncs");
2、extern Uint16 RamfuncsLoadStart;
extern Uint16 RamfuncsLoadSize;
extern Uint16 RamfuncsRunStart;
3、memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);
4、InitFlash();
同参考文献 f2802x-FRM-EX-UG.pdf 第17页 2.4.5 Executing the Examples From Flash
希望帮助
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯