Category Archives: Embedded software

Using exceptions in C++ embedded software

For several years I have been the lead developer of RepRapFirmware, which is firmware for 3D printers running ARM Cortex processors. Until recently I saw no compelling reason to use exceptions, so I compiled the firmware with gcc options -fno-exceptions … Continue reading

Posted in Embedded software | Tagged , , , , | 6 Comments