As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the Appendix:
- With FreeRTOS, using dynamically allocated memory is extremely safe because it guards against heap fragmentation:
- True
- False
- FreeRTOS requires dynamically allocated memory to function:
- True
- False
- How many different heap implementations ship with FreeRTOS?
- Name two hook functions that can be used to notify you about problems with the heap or stack.
- What is an MPU used for?