ARM7/9, Rowley
embOS for ARM7 / ARM9 / XScale was developed for and with Rowley compiler and supports all memory models offered by this compiler. It comes with an easy to use start workspace and start project for Rowley's CrossStudio V1.2. Software development with J-Link ARM is possible.
Resources and performance data
| Memory usage | |
|---|---|
| Kernel size (ROM) | approx. 1500 bytes |
| Kernel RAM usage | 51 bytes |
| RAM usage per task control block | 36 bytes |
| RAM usage per resource semaphore | 16 bytes |
| RAM usage per counting semaphore | 8 bytes |
| RAM usage per mailbox | 24 bytes |
| RAM usage per software timer | 20 bytes |
| RAM usage event | 0 bytes |
| Min. stack-size per task (RAM) | 56 bytes |
| Timing | |
| Context switch time | max. 8 µs, independent of number of tasks |
| Interrupt latency time | zero |
| Kernel CPU usage/TICK | less than .2% of total calculation time at 1000 Interrupts/second (1ms TICK) |
| Basic time unit (TICK) | typ. 1 ms, min. 20 µs (50 kHz interrupt frequency) |
| Features | |
| Max. no. of tasks | Unlimited (by available RAM only) |
| Max. no. of mailboxes | unlimited (by available RAM only) |
| Max. no. of semaphores (resource/binary/counting) | unlimited (by available RAM only) |
| Max. no. of software timers | unlimited (by available RAM only) |
| Max. no. of priorities | 255 |
| Stack size idle task (RAM) | 0(no memory needed) |
| Nested interrupts | permitted |
| Task switches from within ISR | possible |
Absolute values given above were measured with embOS release build on an LH79531 CPU running at 48MHz.
embOSView offers system analysis during runtime

Target CPU specific information
embOS comes with lots of ready to go start projects and support packages for various ARM CPUs and starterboards.
- ATMEL AT91M40xxx CPUs supported by embOS
- ATMEL AT91M55800 CPUs supported by embOS
- ATMEL AT91RM9200 CPUs supported by embOS
- ATMEL AT91SAM7A3 CPUs supported by embOS
- ATMEL AT91SAM7S CPUs supported by embOS
- ATMEL AT91SAM7SE CPUs supported by embOS
- ATMEL AT91SAM7X CPUs supported by embOS
- ATMEL AT91SAM9260 CPU supported by embOS
- ATMEL AT91SAM9261 CPU supported by embOS
- ATMEL AT91SAM9263 CPU supported by embOS
- ATMEL AT91SAM9RL64 CPU supported by embOS
- OKI ML67Q4050/ML67Q4060 series now supported by embOS
- NXP LPC2xxx CPUs supported by embOS
- NXP LPC3180 CPUs supported by embOS
- NXP LPC3250 CPUs supported by embOS
- SHARP's LH79531 System-On-Chip (SOC) device supported by embOS
- NXP LH79520 CPUs supported by embOS
- NXP LH79524 CPUs supported by embOS
- NXP LH7A400 CPUs supported by embOS
- NXP LH7A404 CPUs supported by embOS
- STMicroelectronics STR71x CPUs now supported by embOS
- STMicroelectronics STR91x CPUs now supported by embOS
- Texas Instruments TMS470 CPUs now supported by embOS
- TOSHIBA TMPA910 CPU supported by embOS
Available Emulators
- J-Link ARM
- ARM
- Lauterbach
Additional information
Rowley Web site for additional compiler info / support
Release notes
- Tool chain used for build
- New features
- Improvements
- Program corrections
- Known problems/limitations
- Release history
- Miscellaneous
Tool chain used for build
The following tools have been used:
Compiler: GNU CC Assembler: GNU AS Librarian: GNU AR Workbench: CrossWorks Release 1.7 build 10
New features
Version 3.82a1
- Thread safe system libray support added.
Version 3.82a
- Update to latest generic sources V3.82a
- BSP for Atmel AT91SAM764 CPU
embOS for ARM and Crossworks comes with a start project for the ATMEL AT91SAM764 CPU.
The start project is prepared to run on the AT91SAM764-EK eval board but may be used for other hardware platforms as well. - BSP for Atmel AT91SAM7256 CPU
embOS for ARM and Crossworks comes with a start project for the ATMEL AT91SAM7256 CPU.
The start project is prepared to run on the AT91SAM7256-EK eval board but may be used for other hardware platforms as well.
Version 3.62a
- Initial release for Crossworks
embOS for ARM, based on embOS generic sources V3.62a now comes for Rowley CrossWorks for ARM.
It is prepared for debugging using J-Link or other debuugers supported by CrossWorks. - embOSView can be used with J-Link
embOS for ARM now comes with a new version of embOSView which allows profiling, task, stack and system analyzis during runtime using J-Link.
All embOS start projects are prepared to use the DCC channel and JTAG as default communication channel for embOSView.
By modification of the OS_USE_DCC definition, a UART as it was used in previous versions, can be selected for communication.
To use embOSView with JLink, the JLINKARM.dll which comes with embOSView has to be located in the same directory as the embOSView executable.
embOSView has to be set up to use DCC instead of a COM-port. - BSP for Atmel AT91SAM7X CPU
embOS for ARM and Crossworks comes with a start project for the ATMEL AT91SAM7X CPU.
The start project is prepared to run on the AT91SAM9X-EK eval board but may be used for other hardware platforms as well. - BSP for Atmel AT91SAM7SE CPU
embOS for ARM and Crossworks comes with a start project for the ATMEL AT91SAM7SE CPU.
The start project is prepared to run on the AT91SAM7SE-EK eval board but may be used for other hardware platforms as well. - BSP for LPC2468 CPU
embOS for ARM and Crossworks comes with a start project for the NXP LPC2468 CPU.
The start project is prepared to run on the Embedded Artists LPC2468-16 OEM board but may be used for other hardware platforms as well.
Improvements
Version 3.62a1
- embOSView communication
Communication with embOSView over DCC now also in Release Configuration possible.
Version 3.62a
- Automatic stack address alignment
The stackpointer for task stacks is automatically aligned to an 8 byte boundary, regardless the definition of the task stack area and stack size. - Initial version for Rowley CrossWorks.
Program corrections
Version 3.62a
- NONE
Initial version for Rowley CrossWorks.
Known problems/limitations
Version 3.62a
- NONE
Initial version for Rowley CrossWorks.
Release history
| Version | Release date | Short explanation |
|---|---|---|
| V3.82a1 | 01. Oct 2009 | Thread safe system libray support added. |
| V3.82a | 30. Sept 2009 | Update to latest embOS generic sources. BSP AT91SAM7-64 and AT91SAM7-256 added. |
| V3.62a1 | 21. Oct 2008 | embOSView communication |
| V3.62a | 20. Oct 2008 | Initial version for CrossWorks. |
Miscellaneous
This document was first released with version 3.62a of the software.
Software released earlier is documented internally. This information is available at request.
ARM7/9, Rowley
Head office Germany
US office 
