Next steps
In this final chapter, we covered a few tips that will help smooth out some of the bumps in the road on your RTOS journey.
Well, that’s it, folks! We hope you’ve enjoyed this hands-on introduction to developing real-time embedded systems using FreeRTOS.
Assuming you’ve already run the book’s example-programs, a good next-step in mastering FreeRTOS is to work through Richard Barry’s book, Mastering the FreeRTOS Real-Time Kernel. (It is freely available at FreeRTOS.org). It presents further details about FreeRTOS, with examples for each of the APIs.
To experiment with FreeRTOS on the book’s dev-board, you’ll need an IDE-project with FreeRTOS installed on it. How to create such an IDE-project is described in Appendix C, Creating FreeRTOS Projects, and Installing FreeRTOS. Among the book’s example-programs, there is an IDE-project FreeRTOS_project, and FreeRTOS is installed on it. Appendix C describes how FreeRTOS_project...