diff options
| author | hathach <[email protected]> | 2013-11-06 14:53:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-06 14:53:18 +0700 |
| commit | 60d444b4521428511fdf7864c9c6e2193f5572b6 (patch) | |
| tree | 58511da2052f8f2b7079dcfec8ecf915207e4015 /demos | |
| parent | 58b41a05db5bf564a4d93312d8fdee368604ed55 (diff) | |
fix a bug with USB1, but still cannot get interrupt occurred on USB1
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/bsp/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_cgu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/bsp/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_cgu.c b/demos/bsp/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_cgu.c index ba5306c2e..b091668c8 100644 --- a/demos/bsp/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_cgu.c +++ b/demos/bsp/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_cgu.c @@ -23,7 +23,7 @@ * warranty that such application will be suitable for the specified * use without further testing or modification. * Permission to use, copy, modify, and distribute this software and its -* documentation is hereby granted, under NXP Semiconductors� +* documentation is hereby granted, under NXP Semiconductors� * relevant copyright in the software, without fee, provided that it * is used in conjunction with NXP Semiconductors microcontrollers. This * copyright, permission, and disclaimer notice must appear in all copies of @@ -200,6 +200,7 @@ uint32_t CGU_Init(void){ // Disable PLL1 CPU hang??? //CGU_EnableEntity(CGU_CLKSRC_PLL1, DISABLE); CGU_SetPLL1(6); +// CGU_SetPLL1(5); CGU_EnableEntity(CGU_CLKSRC_PLL1, ENABLE); CGU_EntityConnect(CGU_CLKSRC_PLL1, CGU_BASE_M4); CGU_UpdateClock(); |
