Ok... I tried this sample project and it worked. I then went and re-created my project from scratch including only the main C file at first and that worked too. Added everything else and it's still ...
Well, I have code that compiles but there's nothing in program memory if I open the simulator trace window. Don't I need to specify a far jump to main somwhere to enter C context? I don't think that ...
I am using the PCH Compiler with MPLAB IDE and I cannot figure out how to correctly include startup code for the MCU (PIC18F6527). Given that I am not using CCS’s IDE there does not appea ...