TI中文支持网
TI专业的中文技术问题搜集分享网站

28335 ucos ii 定时器1 和定时器2使用问题!!!急

我现在移植的是一个裁剪版的UCOS II系统

系统中用了

#ifdef UC_OSII
PieVectTable.TINT0 = &OSTickISR;
PieVectTable.USER11 = &OSCtxSw;
#endif

根据TI的

// // FILE: DSP2833x_CpuTimers.h //

/ // NOTES: CpuTimer1 and CpuTimer2 are reserved for use with DSP BIOS and other realtime operating systems.

// // Do not use these two timers in your application if you ever plan // on integrating DSP-BIOS or another realtime OS.

// // For this reason, comment out the code to manipulate these two timers // if using DSP-BIOS or another realtime OS. // 

也就是说用了实时操作系统就不能用定时器1 和定时器2 ,那么我的操作系统的“心脏”计时用的是定时器0,这样还是不能用定时器1和定时器2吗?

求高人指点!!!!

赞(0)
未经允许不得转载:TI中文支持网 » 28335 ucos ii 定时器1 和定时器2使用问题!!!急
分享到: 更多 (0)