我在TMS320VC5509A当中运行一个工程,我用PLL设置时钟频率为192MHZ,运行后测试CLKOUT管脚输出为192MHZ,但是测试TOUT管脚无信号,请问这是为什么呢?
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.
user5287831 说:TIMER_Config Config1 = {
0X0310, /* tcr */
0x270f,//07d0,//4E1F, /* prd */
0X0707, /* prsc */
};
TIMER_Config Config0 = {
0X0cf8, /* tcr *///f28
0xffff, /* prd */
0X0f0f, /* prsc */
};
IRQ_Config IRQConfig;
这只是timer的参数,不代表配置哪个timer.