-
Recent Posts
- Home Energy Management System Part 4: Characterising the Hypervolt Current Transformer
- Home Energy Management System Part 3: Planning the hardware
- Home Energy Management System Part 2: Hacking the iBoost+ protocol
- Home Energy Management System Part 1: Objectives
- Adding filament monitors to the Hemera tools
Recent Comments
Bill quintal on Alternator failure warning in… Sam on Home Energy Management System… Steve on Home Energy Management System… Warren Daniel on Troubleshooting old Century… Charlton on Troubleshooting old Century… Archives
Categories
Meta
Tag Archives: memcpy crash
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 →