Embedded Systems Laboratory (RIDE)
Tools Used: Raisonance IDE (RIDE)
Microcontroller: Intel 8051, Atmel89C51 or Philips P80C51
Language to be used: “C Language”
Steps Used in using RIDE Tool
- Goto Menu bar “Project à New”
- Name the project, Directory z:, Target is 80C51 and Type of Application is Application click next.
- Select the device “Philips P80C51” and then click properties and select Harvard Architecture.
- Goto Menu bar “Fileà New à C Files”
- Type the C code and don’t forget to include “#include
”, since this header file contains all the ports bits and its address. - Goto Menu bar “Project à Add Node Source/Application” and then select the C file which was typed in step 5.
- Goto Menu bar “Project à Build all”, if there are any errors during the compilation, then correct the errors and again the “Build all” or press Shift + F9.
- Goto Menu bar “Debug à Start
” or press “Ctl+D” - In the left side pane, under debugger pane you can see the Data Dump, Main Registers and Peripherals.
- For doing some simple programs, you can view the contents of any ports, timers, interrupt controllers, Main Registers.