[Back]


Talks and Poster Presentations (with Proceedings-Entry):

H. Kopetz, R. Obermaisser, C. El Salloum, B. Huber:
"Automotive Software Development for a Multi-Core System-on-a-Chip";
Talk: SEAS'07, Minneapolis, USA; 2007-05-26; in: "Fourth International Workshop on Software Engineering for Automotive Systems", IEEE, (2007), ISBN: 978-84-89315-47-1; 101 - 113.



English abstract:
The ISO/IEC Standard DTR 18037 defines the syntax and semantics for fixed point operations for programming embedded hardware in C. However, there are currently only few compilers available that support this standard. Therefore, we have implemented a stand-alone library according to the standard that can be compiled with standard C compilers. The library is available as open source and written in plain C, thus can be used in various target architectures as long as a C compiler is available. This paper presents a brief description of the ISO/IEC standard and the library implementation followed by an evaluation of code size and performance of the fixed point operations on the Atmel AVR architecture. A comparison with the standard floating point library (which is machine code-optimized to the target architecture) shows that simple fixed point functions such as addition, subtraction and multiplication are more efficient, while more complicate functions can only compete in the worst case behavior. The fixed point approach provides a smaller memory foot print, for typical applications where only a small subset of functions is used. This is especially of interest for the big market of embedded microcontrollers with only a few Kbytes of program memory.


"Official" electronic version of the publication (accessed through its Digital Object Identifier - DOI)
http://dx.doi.org/10.1109/WISES.2007.4408492