Companion CD-ROM: board/software/monitor directory

The /board/software/monitor directory contains the complete ARM assembly back-end source code that runs on the actual DSLMU Microcontroller Board.

The on-board software is divided into a number of modules, some of which are selected by the Boot Select switch. The modules include the Boot Loader ([File] boot.s), the Flash Programmer ([File] flash_prog.s) and the Komodo ARM Environment ([File] imp.s).

Please note these codes are developed on "ARM Development Tools" by staff at the University of Manchester. You need ARM Develpoment Tools version 2.5 to assemble them. They do not use the usual GNU Assembler syntax, and therefore, cannot be assembled using the GNU assmbler without some modification to some of the directives!

Directory Contents

[Root] CD-ROM Root Directory
[Dir] board: Information about the DSLMU Microcontroller Board hardware
[Dir] software: Software for the DSLMU Microcontroller Board
[Dir] monitor: On-board software (back-end software)  This is the current directory
[File] README.html: The file you are currently reading
[Dir] backend: Directory for the backend source code on DSLMU Microcontroller Board