3.6 Fixing Code That Does Not Work
This section examines issues relating to projects that do not build due to compiler errors, or those that build, but do not work as expected.
- 3.6.1 How Do I Set Up Warning/Error Messages?
- 3.6.2 How Do I Find the Code that Caused Compiler Errors or Warnings in My Program?
- 3.6.3 How Can I Stop Spurious Warnings From Being Produced?
- 3.6.4 Why Can’t I Even Blink an LED?
- 3.6.5 What Can Cause Corrupted Variables and Code Failure When Using Interrupts?
- 3.2 Invoking the Compiler
- 3.6.5 What Can Cause Corrupted Variables and Code Failure When Using Interrupts?
- 3.5.14 Why Are Some Objects Positioned Into Memory That I Reserved?