Good series of articles from Jack Ganassle on practical embedded coding tips. A recommended read for embedded programmers of all skill levels.
- Reentrancy, atomic variables and recursion.
- Asynchronous Hardware/Firmware
- Metastable States
- Dealing With Interrupt Latency
- Using your C-compiler to minimize code size
- Back to the Basics
Tags: Embedded