ARM Oberon Development System for Windows
Version 4.0
Copyright © 2006-2011 CFB Software
Last Updated 26 Nov 2011
E-Mail: | info@cfbsoftware.com | |
Website: | www.astrobe.com |
Astrobe is a fast and responsive integrated development environment for Windows. It is designed to be used to write software to run on the powerful NXP / Philips LPC2000 family of ARM-based microcontrollers. The programming language supported by Astrobe is Oberon.
Oberon is a general-purpose, procedural programming language. Its type-safety, module consistency-checking and predictable code-generation features facilitate the development of secure and reliable software. Oberon is a refinement of Modula-2 which, in turn, was an improved version of Pascal. Programmers with experience of either of these languages should adapt to Oberon with minimal effort. In additional to the usual range of data types and programming language facilities Oberon features include:
The implementation of Oberon which targets the ARM-based microcontrollers includes additional features particularly designed for efficient code-generation, low-level programming, debugging and access to advanced capabilities of the devices without the need for assembly language or C.
The standard library modules and linker included with Astrobe support a total of 24 different microcontrollers from the NXP (Philips) LPC2103, LPC2106, LPC2129, LPC2138, LPC2148, LPC2214 and LPC2378 families.
Astrobe has the following features:
Astrobe is supported on 32-bit or 64-bit versions of Microsoft Windows 7, Windows Vista or Windows XP
If you are using Windows XP and do not yet have the .NET Framework version 2.0 installed on your system you need to download it from Microsoft's website:
http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx
After running the Astrobe setup installation setup program the following files are created in the folder that you are asked to specify:
Astrobe.exe | Main program | |
Astrobe.chm | Help file | |
Syntax.chm | Oberon Quick Reference | |
Oberon.Report.pdf | Oberon Language Report | |
Oberon.LPC2000.pdf | Oberon for LPC2000 Microcontrollers | |
ReadMe.htm | This file | |
WhatsNew.htm | A summary of new features since v3.0 | |
UnistallAstrobe.exe | Uninstall program | |
UnistallAstrobe.log | Uninstall support file | |
Professional Edition only: | ||
AstrobeCompile.exe | Command-line compiler | |
AstrobeLink.exe | Command-line linker |
The subfolders Examples and Lib are created in your Windows Documents\Astrobe folder.
NOTE: The Examples and Lib subfolders are sent to the recycle bin and recreated whenever Astrobe is reinstalled. You should ensure you have backup copies of any source code files you have modified that you want to keep.
All Editions | ||
Examples\ReadMe.htm | Description of examples | |
Examples\*\*.mod | Example source code files | |
Lib\*.def | Library module definition files | |
Lib\LPC2*.mod | Source code of LPC2xxx peripherals etc. modules | |
Lib\*.smb | Library module symbol files | |
Lib\*.arm | Library module object files | |
Personal and Professional Editions: | ||
Lib\Source\*.mod | Oberon source code of library and startup modules | |
Lib\Source\Startup.s | Assembler source code of startup module |
The library modules are described in the Library Modules chapter in the Oberon for LPC2000 Microcontrollers document on the Windows Start > Astrobe menu and the Astrobe Help menu.
Astrobe is distributed as a self-installing file:
Technical support is included with all Astrobe editions. If you have any technical questions related to Astrobe, the Oberon language, or programming NXP LP2000-family devices using Astrobe go to the Astrobe Technical Support webpage for details of how to get support.
Back to ContentsYou should carefully read the following terms and conditions before using this software. Your use of this software indicates your acceptance of this license agreement and disclaimer.
You may use the Evaluation Edition for a period of up to 30 days. There are no restrictions to the number of computers on which the Evaluation Edition of Astrobe may be installed, or the number of people that can use it at any one time.
A Starter or Personal Edition of Astrobe may be installed on one or more computers but may only be used by the single person in whose name it is registered. It is licensed for non-commercial / non-profit use only.
A Professional Edition of Astrobe may be installed on one or more computers but may only be used by the single person in whose name it is registered. It is licensed for commercial use.
DISCLAIMER
Astrobe is used entirely at the risk of the user. Although great care has been taken to eliminate defects during the development of Astrobe, it is not claimed to be fault-free. No claims are made regarding its correctness, reliability or fitness for any particular purpose. The Author shall not be liable for errors contained herein or for incidental or consequential damages, loss of data or personal injury in connection with furnishing, performance, or use of this material.
7.1 Evaluation Edition
You may use the evaluation edition of Astrobe for a period of up to 30 days to allow
you to try it before you buy it. It has all of the IDE and library features
of the Personal and Professional Editions except that applications are limited in
size to 32kb of code and 2kb of data. These limits allow for the development
of programs and their imported modules containing a total of approximately 2000
lines of Oberon source code.
You are allowed to distribute the evaluation edition. It may be given away to anyone,
included on CD-ROM libraries, uploaded to WWW pages, ftp sites and bulletin boards,
etc. as long as it is distributed in its complete original form.
7.2 Starter, Personal and Professional Editions
The Starter, Personal and Professional Editions can be used to produce applications which take advantage of the full code and data space of all the supported target LPC2000 microcontrollers. They also have additional features and benefits - see the Astrobe website for the latest details.
On-line credit card orders are automatically processed in realtime. When your credit card transaction has been successfully processed an email will be sent to you by the end of the next working day with details of how to download and install the full version of the software.
For details of prices and alternative payment options and to place an order click on Order Astrobe on-line or go to the Astrobe website at:
and then select Order from the menu. Follow the instructions there.
Note: DO NOT distribute the Starter, Personal or Professional Editions of
Astrobe without the expressed written consent of the author.
7.3 Refund Policy
CFB Software's products are provided as evaluation editions that can be downloaded
via the CFB Software website. Use the Evaluation Edition to ensure that it is compatible
with your computer systems and satisfy all of your requirements before purchasing
a Starter, Personal or Professional Edition license. All sales are final.
Once the access details for a Starter, Personal or Professional Edition has been
issued they cannot be cancelled. Thus we are only able to provide refunds for accidental
duplicate orders.
Back to Contents
I would like to thank Niklaus Wirth for providing the original Oberon source code of the compiler, linker, MAU and FPU libraries that formed the basis of the corresponding components of Astrobe; for his permission to include the Oberon Language Report with the distribution of Astrobe and for his valuable support and encouragement during its development.
Chris Burrows
Development Manager
CFB Software
Back to Contents