Have found the cause of the problem, or rather have found a cure, still not sure what the problem is.
In micro code studio uncheck "Microchip MPASM" in the assembler options window.
Not sure whats assembling the code now but it works...
Have found the cause of the problem, or rather have found a cure, still not sure what the problem is.
In micro code studio uncheck "Microchip MPASM" in the assembler options window.
Not sure whats assembling the code now but it works...
Hi Bob,
When you uncheck the MPASM box, it automatically reverts to PM as the assembler. This is the assembler that comes with PBP
MPASM is case sensitive, PM is not. So when using MPASM "Osc" needs to be all caps.
Define OSC 20
HTH,
Darrel
DT
Bookmarks