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.

ccs4.1 使用问题



最近用ccs4.1,c6747的cslr来写程序,每次定义完寄存器再调用的话,电脑很卡,

例如定义:CSL_TmrRegsOvly     tmr0Regs = (CSL_TmrRegsOvly)CSL_TMR_0_REGS;

   想要输入下列的语句:         tmr0Regs->TCR = 0x80; 每当输入 -> 的时候,电脑都卡的不行,别的寄存器也是一样,不知道大家有没有这种问题?我的电脑双核,4G内存,不至于这样吧,希望知道怎么回事的help me。