-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Hands-On RTOS with Microcontrollers - Second Edition
By :
This section explores some of the most useful techniques for analyzing and troubleshooting a FreeRTOS-based system. Periodically checking your system during development, as well as having a few standard steps to take when troubleshooting, can be a huge timesaver when evaluating an errant system – things don’t always go as planned!
The troubleshooting techniques are presented in the following sections:
assert_param() and configAssert()Assertions are excellent tools for catching conditions that simply shouldn’t happen. They provide us with a simple means to check assumptions. There are two types of assertions that can be encountered when working with the book’s example-programs: assert_param() and configAssert(). They are described in the following two sections...