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 (
boot.s), the Flash Programmer (
flash_prog.s) and the Komodo
ARM Environment (
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
CD-ROM Root Directory |
 board: Information about the DSLMU Microcontroller Board hardware |
 software: Software for the DSLMU Microcontroller Board |
  monitor: On-board software (back-end software) This is the current directory |
  |
  README.html: The file you are currently reading |
  |
  backend: Directory for the backend source code on DSLMU Microcontroller Board |