User:AaronGrier
From RTEMSWiki
I am an embedded systems programmer at Frye Electronics. Frye's Fonix 7000 hearing aid analyzer is a custom 68331-based design running RTEMS 4.5.0.
The Fonix 7000 analyzer utilizes the following software components:
- RTEMS (with custom BSP)
- newlib C and math libraries
- MicroWindows (graphics libraries
- libgcc http://gcc.gnu.org/ compiler runtime library
- oodles of custom-written application code
Cross-compilation is done with the GNU toolchain on the NetBSD operating system.
For debugging, the ICD32 (now called CABLE_16/32) from P&E Microcomputer Systems is coupled with drivers and patches to GDB from the BDM tools project on sourceforge.
