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.
- What Can Cause Glitches on Output Ports?
- Where Am I Allowed To Manually Link Psects?
- How Do I Link Bootloaders and Downloadable Applications?
- What Do I Need to Do When Compiling to Use a Debugger?
- How Can I Have Code Executed Straight After Reset?
- How Do I Share Data Between Interrupt and Main-line Code?
- How Can I Prevent Misuse of My Code?
- How Do I Use Printf to Send Text to a Peripheral?
- How Do I Setup the Oscillator in My Code?
- How Do I Place Variables in the PIC18 Device’s External Program Memory?
- How Can I Implement a Delay in My Code?
- How Can I Rotate a Variable?
- How Can I Stop Variables Being Cleared at Startup?
- How Do I Use High-Endurance Flash for Data, Not Code?