embedded multiplatform C - emC is a collection of C sources and a concept to write applications in C for embedded systems:
Goals
- Test of algorithm on PC platforms (Visual Studio or Eclipse) near to target conditions
- Reusing of unchanged sources for several applications and platforms
- Object oriented architecture in C
- Using C and C++ compiler
Videos
Youtube-channel
Fehlerbehandlungen in C: try-catch-throw mit longjmp
Fehlerbehandlung in C: Einfache Lösung threadsichere Speicherung, Ersatzbehandlung
OSAL mutex, gezeigt in MS-Windows und einem 16-bit-Prozessor der Serie TI MSP430. Gleiche Anwendersoftware auf beiden Systemen.