The IO pin will be 5V tolerant if the supply voltage Vdd is present, and they are configured as inputs. VDDIO must be applied to the microcontroller when input voltage is 5V, or else the 5V tolerance does not apply.
![]() The IO pin will be 5V tolerant if the supply voltage Vdd is present, and they are configured as inputs. VDDIO must be applied to the microcontroller when input voltage is 5V, or else the 5V tolerance does not apply. |
|||
![]() At Power On Reset (POR) the IRC is the default clock source. Before switching to the XTAL oscillator, your code should wait for the PLL to lock with the XTAL before switching from the IRC. Using a timer, wait for a defined period of time and if the PLL does not lock with the XTAL as the input clock source, switch the PLL clock source to the IRC. During application code execution the WDT can be use to recover the device if the XTAL fails, resetting the device. |
|||
![]() The open source .NET Micro Framework requires a device with at least 256kB of flash and 64kB of RAM. A device with an external memory bus for memory expansion is highly recommended. Please visit http://www.netmf.com/ for details on the .NET There are two evaluation boards that support .NET MF: * Embedded Artists EA_LPC2478 (NXP LPC2478 processor) * Phytec Rapid Development Kit PCM023 (NXP LPC2294 processor) |
|||
There are several ways to wake up the processor, such as: |
|||
The internal voltage regulator voltage will always regulate around 1.8V where the external input voltage can range from 2.4V to 3.6V over the temperature range of -40C to 85C. |
|||
The internal voltage regulator will convert the external 3.3V to 1.8V. The 1.8V regulator powers the core domain, PLL, main oscillator, IRC with low power consumption. |
|||
The LPC13xx and LPC17xx families have a single ADC and sample-and-hold, so sampling multiple signals at the same time is not possible, unless an external sample-and-hold circuit is utilized. |
|||
The LPCXpresso forum is a great place to start. The forum is found at http://knowledgebase.nxp.com/lpcxpresso.php |
|||
The LPCXpresso IDE is available for Windows, Linux and Mac OS X hosts. LPCXpresso can be downloaded from http://lpcxpresso.code-red-tech.com/LPCXpresso/. |
|||
There are eight breakpoints. Six instruction breakpoints can be used to remap instruction addresses for code patches. Two data comparators can be used to remap addresses for patches to literal values. |
|||