1。我新建了一个工程,默认是用的编译器带的运行程序boot28.asm,想改用二次boot例程用的Exit_Boot.asm,这个怎么替换掉?我通过Properties->Build->C2000linker->AdvancedOptions->SymbolManagem->specify program entry point for the output module 添加_InitBoot后,挂仿真器跑ram和FLASH都可以实现二次boot跳转,但脱机烧写到FLASH里面通过自定义通讯看到BOOT程序可以起来,跳转运行就不知道跑哪去了。
2。通过生成的hex文件能不能看到用的哪个启动asm(boot28还是EXIT_BOOT)?这个需要怎么操作才能脱机运行Exit_boot.asm。。
3。如果我在boot28。asm里添加操作,会不会影响CMD里分配的CSM_RSVD大小?