Introduction To ARM7

This generation introduced the Thumb 16-bit instruction set providing improved code density compared to previous designs. The most widely used ARM7 designs implement the ARMv4T architecture, but some implement ARMv3 or ARMv5TEJ. All these designs use a Von Neumann architecture, thus the few versions comprising a cache do not separate data and instruction caches.

ARM 7

ARM is the industry's leading supplier of microprocessor technology, offering the widest range of microprocessor cores to address the performance, power and cost requirements for almost all application markets.

Thursday, 4 December 2014

Programming ADC in LPC 2138 (using LM35) using LCD and UART

        ADC INTERFACING WITH LPC2138        An analog-to-digital converter (ADC, A/D, or A to D) is a device that converts a  continuous physical quantity (voltage) to a digital number that represents the  ...