Knowledge Base Article
C Exceptions Unsupported in a Multi-Threaded Environment
Description
C exceptions are only supported in a single-threaded environment. They cannot be used in a multi-threaded environment such as MicroC/OS-II.
Resolution
In a multi-threaded environment, you need to guard C exceptions with semaphores.
Updated 1 month ago
Version 3.0No CommentsBe the first to comment