4.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.
- 4.4.1 How Do I Generate Debug Information?
- 4.4.2 Why No Disassembly in the MPLAB X IDE Disassembly Window?
- 4.4.3 How Do I Share Data Between Interrupt and Main-line Code?
- 4.4.4 How to Protect My Code After It Is Programmed Into a Device?
- 4.4.5 How Do I Redirect Standard I/O When Using Printf?
- 4.4.6 How Do I Place Variables in Off-Chip Memory?
- 4.4.7 How Can I Implement a Delay in My Code?
- 4.4.8 How Can I Rotate a Variable?