3.4 Getting My Application To Do What I Want
This section provides programming techniques, applications and examples. It also examines questions that relate to making an application perform a specific task.
- 3.4.1 What Can Cause Glitches on Output Ports?
- 3.4.2 How Do I Link Bootloaders and Downloadable Applications?
- 3.4.3 What Do I Need to Do When Compiling to Use a Debugger?
- 3.4.4 How Do I Share Data Between Interrupt and Main-line Code?
- 3.4.5 How Can I Prevent Misuse of My Code?
- 3.4.6 How Do I Use Printf to Send Text to a Peripheral?
- 3.4.7 How Can I Implement a Delay in My Code?
- 3.4.8 How Can I Rotate a Variable?