New to MPLAB X Version 2.10. Using PCM Version 5.062. Created a project from a project that works just fine in MPLAB V8.92. Installed the CCS C plug in, program compiles successfully with no errors but...
MPLAB X flags pin variable Disp1 as "Unable to resolve identifier".
For example:
#bit Disp1 = port_c.0
Disp1 = 1; Gets flagged in most but not all places in the code with the warning "Unable to resolve identifier Disp1" and Disp1; is underlined in RED
But pin variable CapTestLED defined the exact same way:
#bit CapTestLED = port_b.3
CapTestLED = 0; Is not flagged anywhere so what the heck is MPLAB X complaining about?
Also have the same problem for standard variables like INT_Timer1 as in this example:
disable_interrupts(INT_Timer1);
Get the MPLAB X error: Unable to resolve identifier INT_Timer1
Searched but did not see this addressed. Thanks for the help.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum