ARM7/9, Atollic
embOS for ARM7 / ARM9 / XScale was developed for and with Atollic's compiler and supports all memory models offered by this compiler. It comes with easy to use start projects for Atollic TrueStudio for ARM. Initilization code for various ARM CPUs is included. Software development with GDB server with JTAG tools like 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 | 32 bytes |
| RAM usage per resource semaphore | 8 bytes |
| RAM usage per counting semaphore | 2 bytes |
| RAM usage per mailbox | 20 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

Available Emulators
- J-Link ARM
- ARM
- Lauterbach
Additional information
Atollic Web site for additional compiler info / support
Board support packages
embOS comes with lots of ready to go start projects and support packages for various ARM7/9 CPUs and starterboards.
| CPU | Eval board |
|---|---|
| Toshiba TMPA900 | Toshiba BMSKTOPASA900(DCE) |
| Toshiba TMPA910 | Toshiba BMSKTOPASA910(DCE) |
Release notes embOS ARM for Atollic V3.84
- 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: arm-atollic-eabi-gcc 4.4.1 Assembler: arm-atollic-eabi-as 2.19.1 Librarian: arm-atollic-eabi-ld 2.19.1 Workbench: Atollic TrueStudio ARM 2.2.0
New features
Version 3.84
- Update to latest embOS generic sources V3.84.
- Update to Atollic TrueStudio for ARM V2.20.
Version 3.82r
- Update to latest embOS generic sources.
- BSP for TMPA910 added.
Version 3.82b
- NONE
Initial version for Atollic TrueStudio V1.10
Improvements
Version 3.82b
- NONE
Initial version for Atollic TrueStudio V1.10
Program corrections
Version 3.82b
- NONE
Initial version for Atollic TrueStudio V1.10
Known problems/limitations
Version 3.82b
- NONE
Initial version for Atollic TrueStudio V1.10
Release history
| Version | Release date | Short explanation |
| V3.84 | 03. Nov 2011 | Update to latest embOS generic sources V3.84. Update to Atollic TrueStudio for ARM V2.20. |
| V3.82r | 17. Feb 2011 | Update to latest embOS generic sources. BSP for TMPA910 and Glyn eval board added. |
| V3.82b | 11. Nov 2009 | Initial version for Atollic V1.10 |
Miscellaneous
This document was first released with version 3.82b of the software.
Software released earlier is documented internally. This information is available at request.
ARM7/9, Atollic
