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.

28m35 脱机和仿真运行速度1:2(急)



各位专家:好!
               我是初次使用f28m35的评估板和ccs5.3的环境,M3核实现uart通讯(波特率2.5M)。也看了论坛上许多的帖子,关于flash烧写的注意事项。但目前我的现象是release模式下(通过file search path添加了F28M35x_generic_M3_FLASH.cmd)仿真运行的速度和脱机运行的速度观察uart的发送字节。示波器观察得脱机不连接ccs运行时的波特率为1.25M,而非仿真时的2.5M.

               同时flash setting中的m3核时钟配置也和软件中的保持一致了,且工程中有增加

#ifdef _FLASH
 memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (size_t)&RamfuncsLoadSize);

FlashInit();

#endif

           感觉和不解,但此问题目前急于解决,望各位知晓的能指教一下,谢谢!