Tuesday, 2 December 2014

INTRODUCTION TO ARM7 FAMILY

 In this section we will get you know how to program an ARM7 processor step by step in an easy way. ARM 7 series is another popular 32-bit RISC machine from ARM with so many features like
  •       RTOS support
  •       USB support
  •       Multiple UART’s 
  •       Multiple ADC’s 
  •       AHB & APB etc...
                       
In this we will concentrate mainly on the programming LPC2138 as it has large set of resources and   for its implementation purpose we are using PROTEUS. Proteus is a tool for virtualizing the circuit design and verify its output. 

As everyone know in order to program any micro controller a programmer need the following things.


  • Basic programming knowledge in ‘C’.
  • Programming keywords for a particular family of processor.  
  • A keen knowledge on how to see a data sheet of a particular processor or controller

In the first section of the tutorial we will see the basic knowledge that is required on the ARM LPC2138. Slowly we will move on to the programming part which consists of all other features like UART, SPI, I2C etc…

0 comments:

Post a Comment