예제 #1
0
파일: bsp.c 프로젝트: samkrew/nxp-lpc
void  BSP_Init (void)
{
	CPU_PIN_Init();
 //   PLL_Init();                                                 /* Initialize the PLL                                       */
 //   MAM_Init();                                                 /* Initialize the Memory Acceleration Module                */
 //   GPIO_Init();                                                /* Initialize the board's I/Os                              */
 //   ADC_Init();                                                 /* Initialize the board's ADCs                              */
      VIC_Init();                                                 /* Initialize the Vectored Interrupt Controller             */
 //   I2C_Init();                                                 /* Initialize the I2C                                       */

    Tmr_TickInit();                                             /* Initialize the uC/OS-II tick interrupt                   */
}
예제 #2
0
void  BSP_Init (void)
{
    LED_Init();                                                         /* Initialize the I/Os for the LED controls                 */
    Tmr_TickInit();                                                     /* Initialize the uC/OS-II tick interrupt                   */
}