编译器版本为7.1.0,芯片为TMS320F28377S,烧录器为XDS100V2,使用外部晶振10MHZ,主频只能使用50MHZ,为什么呢?
InitSysPll(XTAL_OSC,IMULT_40,FMULT_0,PLLCLK_BY_2);不能烧录到FASH中,改为InitSysPll(XTAL_OSC,IMULT_20,FMULT_0,PLLCLK_BY_4)就能烧录到FLASH中
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.
编译器版本为7.1.0,芯片为TMS320F28377S,烧录器为XDS100V2,使用外部晶振10MHZ,主频只能使用50MHZ,为什么呢?
InitSysPll(XTAL_OSC,IMULT_40,FMULT_0,PLLCLK_BY_2);不能烧录到FASH中,改为InitSysPll(XTAL_OSC,IMULT_20,FMULT_0,PLLCLK_BY_4)就能烧录到FLASH中