Home     News     Contact

Tutorials for the ARM Development Suite

 

Compiler  Wizards  Simulator  Debugger  Environment  Tutorials  Variants 

 

Using the SAM7 UART

 

This video demonstrates the creation of a program that uses UART0 of an AT91SAM7S256 microcontroller to transmit and receive characters. After the program has been built, correct operation is verified by running it in the simulator. Then it is downloaded and run on the target board via that source level debugger.

Click here to view the video
Click to view video    

I/O Pins in C++

 

This video demonstrates the creation of C++ classes to drive LED's and to read switches. The hardware demonstration platform is the ARM Training System.

Click here to view the video
Click to view video    

Configuring the LPC2xxx PLL (wait loop)

 

This video shows the Code Configuration Wizard for the LPC2xxx PLL being used to configure the PLL. A software loop is used to wait for the PLL to stabilise before it is connected.

Click here to view the video
Click to view video    

Configuring the LPC2xxx PLL (interrupt handler)

 

This video shows the Code Configuration Wizard for the LPC2xxx PLL being used to configure the PLL. The PLL is connected in an interrupt handler avoiding the need for a software loop.

Click here to view the video
Click to view video    

Drag-and-Drop Linker Scripting

 

This video demonstrates the use of the drag-and-drop linker script editor.

Click here to view the video
Click to view video