Quantcast
Channel: 数字信号处理器 (DSP) & ARM® 微处理器
Viewing all articles
Browse latest Browse all 21822

帖子: RE: Pin Mux Utility工具生成的mux.h和pinmux.h能否在startware中使用

$
0
0

您好,是demo中的这一段吗?

/* ** Enable all the peripherals in use */ static void PeripheralsSetUp(void) {     enableModuleClock(CLK_UART0);  enableModuleClock(CLK_LCDC);  enableModuleClock(CLK_TIMER2);  enableModuleClock(CLK_TIMER3);  enableModuleClock(CLK_TIMER4);     /* Timer6 is used for Standby wakeup */  enableModuleClock(CLK_TIMER6);  //enableModuleClock(CLK_TIMER7);     enableModuleClock(CLK_I2C0);   enableModuleClock(CLK_I2C1);  enableModuleClock(CLK_MCASP1);  //enableModuleClock(CLK_GPIO1);  //enableModuleClock(CLK_GPIO0);  enableModuleClock(CLK_ADC_TSC);  enableModuleClock(CLK_TPTC2);  enableModuleClock(CLK_TPTC1);  enableModuleClock(CLK_TPTC0);  enableModuleClock(CLK_TPCC);    GPIO1ModuleClkConfig();  GPIO0ModuleClkConfig();       EDMAModuleClkConfig();       RTCModuleClkConfig();     CPSWClkEnable();       LCDPinMuxSetup();     CPSWPinMuxSetup();  I2CPinMuxSetup(0);     I2CPinMuxSetup(1);     McASP1PinMuxSetup();     TSCADCPinMuxSetUp();     ECAPPinMuxSetup(0);     GPIO1Pin23PinMuxSetup();     GPIO0Pin2PinMuxSetup(); // clock disable/ enable during sleep/wake to be taken care  GPIO1Pin2PinMuxSetup(); // clock disable/ enable during sleep/wake to be taken care }

Viewing all articles
Browse latest Browse all 21822

Trending Articles