Cortex M, Rowley
embOS for Cortex M was developed for and with Rowley's compiler and supports all memory models offered by this compiler. It comes with easy to use start projects for Rowley's Crossworks for ARM workbench. Initilization code for different Cortex M starter boards is included. Software development with JTAG tools like J-Link ARM is possible.
Resources and performance data
| Memory usage | |
|---|---|
| Kernel size (ROM) | approx. 1700 bytes |
| Kernel RAM usage | 51 bytes |
| RAM usage per task control block | 32 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) | 72 bytes |
| Timing | |
| Context switch time | 4.36 usec |
| 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 STM32F10X CPU running at 72MHz.
embOSView offers system analysis during runtime

Available Emulators
- J-Link ARM
- ARM
Additional information
Rowley 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 Cortex M CPUs and starterboards.
| CPU | Eval board |
|---|---|
| ST STM32F103 | ST STM32F10X-128K-EVAL (MB525) |
| TI LM3S9B96 | Luminary DK-LM3S9B96 |
Release notes for embOS version 3.84d for Cortex-M and Rowley Crossworks
- 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: GCC version 4.6.2 Assembler: GCC version 2.21 Linker: GCC version 2.21 Librarian: GCC version 2.21 Workbench: Rowley Crossworks for ARM V2.20
New features
Version 3.84c
- Update to latest embOS generic sources V3.84c
- Start project for TI LM3S9B96 added.
Version 3.82u
- Update to latest embOS generic sources V3.82u
Version 3.82c
- Update to latest embOS generic sources V3.82c
Version 3.62c
- First version
Improvements
Version 3.62c
- First version
Program corrections
Version 3.84d
- Queue handling corrected.
Version 3.62c
- First version
Known problems/limitations
Version 3.62c
- NONE.
Release history
| Version | Release date | Short explanation |
| V3.84d | 30. Apr 2012 | Queue handling corrected. |
| V3.84c | 08. Mar 2012 | Update to latest embOS generic sources V3.84c Start project for TI LM3S9B96 added. |
| V3.82u | 27. Jun 2011 | Update to latest embOS generic sources V3.82u |
| V3.82c | 18. Nov 2009 | Update to latest embOS generic sources V3.82c |
| V3.62c | 11. Nov 2008 | Initial version for Cortex M3 |
Miscellaneous
This document was first released with version 3.62c of the software.
Software released earlier is documented internally. This information is available at request.
Cortex M, Rowley
