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.

ucos在F5529上的移植



在IAR中移植一切OK,但将IAR的代码移植到ccs程序跑飞,特别是看门狗定时中断,一旦移植,机器不断重启,大家帮忙看一下移植是否存在问题。 IAR中中断向量定义 COMMON INTVEC ORG WDT_VECTOR WDT_VEC DW WDT_ISR ; interrupt vector. Watchdog/Timer, Timer mode END ccs中中断向量的定义: .sect "int57" ; WDT Vector .short WDT_ISR ; .end   在移植IAR时还有什么问题需要注意的?请各位帮忙看一下。