Presentation is loading. Please wait.

Presentation is loading. Please wait.

IDE for ARM 7 board Tutorial 3 IDE of Keil4 V3.a 1.

Similar presentations


Presentation on theme: "IDE for ARM 7 board Tutorial 3 IDE of Keil4 V3.a 1."— Presentation transcript:

1 IDE for ARM 7 board Tutorial 3 IDE of Keil4 V3.a 1

2 Outline Introduction to the Keil environment Setup a new project Debug mode & Observe the registers IDE of Keil4 V3.a 2

3 uVision IDE C compilers Assemblers Real-Time kernels Integrated Development Environment (uVision) For ARM series and 8051 series IDE of Keil4 V3.a 3

4 Set up a new project IDE of Keil4 V3.a 4

5 Create a new project IDE of Keil4 V3.a 5

6 Choose a directory and give a name for the project IDE of Keil4 V3.a 6

7 Choose the device you are going to develop in this project NXP > LPC2131 IDE of Keil4 V3.a 7

8 Create startup file Click “Yes” to allow the tool to copy startup code IDE of Keil4 V3.a 8

9 Open startup.s IDE of Keil4 V3.a 9

10 Modification of startup.s Comment out the two region memory Line segment begin with “;” consider as comment ; User Initial Stack & Heap AREA |.text|, CODE, READONLY ;IMPORT __use_two_region_memory EXPORT __user_initial_stackheap __user_initial_stackheap LDR R0, = Heap_Mem LDR R1, =(Stack_Mem + USR_Stack_Size) LDR R2, = (Heap_Mem + Heap_Size) LDR R3, = Stack_Mem BX LR ENDIF IDE of Keil4 V3.a 10

11 Option Right click “Target 1” in project window, choose “Option for Target…” IDE of Keil4 V3.a 11

12 Memory Layout Tick “Use Memory Layout from Target Dialog” IDE of Keil4 V3.a 12

13 Create a new source code file File > New IDE of Keil4 V3.a 13

14 Enter the assembly code and save as any_filename.s IDE of Keil4 V3.a 14

15 Add the source code to the project Project > Manage > Component, Environment IDE of Keil4 V3.a 15

16 IDE of Keil4 V3.a 16

17 Build the project Project > Build target Success if no error IDE of Keil4 V3.a 17

18 Start Debug mode Debug > Start/Stop Debug Session Click “OK” – Trial Version IDE of Keil4 V3.a 18

19 Debug Mode Your Assembly Code Machine running code Memory content Register UART IDE of Keil4 V3.a 19

20 Display Window RegisterMemory Serial (UART) IDE of Keil4 V3.a 20

21 Running the program RunStep one line Step Over that line IDE of Keil4 V3.a 21

22 Next line to run IDE of Keil4 V3.a 22

23 Run to cursor line Right Click “Run to cursor line” IDE of Keil4 V3.a 23

24 Move to a register IDE of Keil4 V3.a 24

25 Observe the R15(PC) IDE of Keil4 V3.a 25

26 Add R1 and R0 0x11c = 0x118 + 0x04 IDE of Keil4 V3.a 26

27 Observe the original status of CPSR IDE of Keil4 V3.a 27

28 After CMP “Negative” IDE of Keil4 V3.a 28

29 Link Register set by BL Save the address of next instruction Last PC + 4 = 124+4 IDE of Keil4 V3.a 29

30 IDE of Keil4 V3.a 30

31 BX branch to the address in register IDE of Keil4 V3.a 31

32 Infinity Loop IDE of Keil4 V3.a 32

33 Let’s run some exercises together IDE of Keil4 V3.a 33

34 Lab. To Do: Create a new project Copy the code in test1.s to your project Run the code to observe the change of register Record the value of Register PC and N, Z, C, V (CPSR) IDE of Keil4 V3.a 34

35 Lab Demo 1 – Soldering & Circuit Debugging Techniques IDE of Keil4 V3.a 35

36 Demonstration Detail Soldering Probing signal using CRO Tracing signal path using multi-meter IDE of Keil4 V3.a 36

37 Marking Scheme Finish all the soldering jobs correctly (1.5) Correct use of components (including correct orientation and polarity ) (0.5) The LED power indicator light is on (0.5) Soldering with proper soldering skills (the amount of volcano shape and ball shape joints) (0.5) Demonstration of circuit debugging skills by CRO and multi meter (1.5) Use multi meter to check whether J7 pin1 is connected to pin3 of L293(U6) (0.5) Probe the output (Pin3) of LM78T05 to show the voltage level (0.5) Probe the XTAL2 (CLK) on the board to show the frequency and period (0.5) IDE of Keil4 V3.a 37

38 End of tutorial IDE of Keil4 V3.a 38


Download ppt "IDE for ARM 7 board Tutorial 3 IDE of Keil4 V3.a 1."

Similar presentations


Ads by Google