How to develop the super-loop program
This section shows how to develop the chapter’s example-program, from scratch, using the IDE. This section is primarily intended for those who are new to embedded-systems development, or new to the IDE. The purpose is to provide context for understanding how the book’s example-programs are created.
This section is optional. The book is about FreeRTOS, and it will be presented using example-programs provided with the book. Skill in creating such programs from scratch is not required.
How to work with the IDE and debugger was shown in Chapter 3, and basic familiarity with those tools is assumed here.
The following sections are presented:
- Create the super-loop program
- Install and configure the debugger software
- Build and run the firmware
- Using an oscilloscope to measure timing
Create the super-loop program
How to create the super-loop program is presented in these sections:
- ...