|
Re: Programming Problem: Extremely Frustrating
Quote:
|
Originally Posted by chantilly_team
The code compiles fine without any error. But after downloading the code into the Robot controller, all the lights on it start blinking rapidly. Even if compile the default code(without any changes in it) and then download it, it has the same problem. But it responds perfectly when we download the "FRC_default.hex" into it, instead of "FRCcode.hex" We tried shutting it off and turning on after few hours, it doesnt work. We are having this problem for the past whole week. Any kind of help is appreciated.
Chantilly team member.
|
I suspect the compiler because from the symptoms it sounds like compiling the default code does not produce an identical .hex file.
A couple of possible reasons this could be happening are: - The wrong PIC has been specified and the compiler is producing a .hex for a different model
- The complier is the wrong one
- The linker file is incorrect
__________________
"Rationality is our distinguishing characteristic - it's what sets us apart from the beasts." - Aristotle
|