Skip to main content

Blog

Get information and keep an eye on many topics: embedded and edge systems, microservices, robots, electronics, cyber-physical systems and much more...

How to TRY CATCH in embedded C?

How to TRY CATCH in embedded C?

author
Nicolas Rabault
Apr 19th, 2023

Although the try-catch construct is not natively available in the C programming language, it can be emulated. In this blog article, we'll explore the usefulness of try-catch and provide a guide on how to implement it in your C code.