Hello,
I'm working on my LED cube but have come across a problem.
I'm programming in C with MPLAB, C18 compiler and the P18F458 MCU.
I have included the headerfile of the MCU with: #include <p18f458.h>
After writing a piece of code, I get some errors about undefined symbols.
names like PORTA, TRISA work normal but bitnames don't work.
when I try to use bitnames to control timers, ports etc the compiler gives an error.
C:\Programmeren\Project_LEDcube\Software\Cube_Main_16082011\src\Main.c:61:Error [1105] symbol 'RE0' has not been defined
I do not understand why symbols like PORTE work and RE0 not, they are from the same headerfile if I'm right?
hope someone can help,
Futience