I think the best thing to do is un-install everything (PBP, MCS, MPLAB) and start over.
I think the best thing to do is un-install everything (PBP, MCS, MPLAB) and start over.
Dave
Always wear safety glasses while programming.
MCS_STEP, MCS_DUMP, MCS_HANDSHAKE etc. come from the ICD (In-Circuit Debugger) in MicroCode Studio.
They only get added when you click the "ICD Compile Program" button.
When you compile a program for ICD, it will not run unless you are set up to use the ICD. (Serial connection to the PC).
If you use the normal "Compile Program" or just "Compile" buttons, the program will probably run better.
If you do not see a "Compile Program" or "Compile" button, right click on the toolbar and check the "Compile and Program" option.
You can turn off the ICD toolbar so you don't get confused in the future.
DT
Hello,
What a silly mistake... You are wright Darrel, i'm compiling always with the ICD Compile...
Thanks for your help, it's solved.
Thanks,
Nuno
I'm trying to just compile the code below:
It gives Block overflow for #ENDCONFIG.Code:' PIC18F2550 DEFINE OSC 8 ADCON1 = %00001111 CMCON = 7 OSCCON = %01110000 TRISB = %00000000 START LATB.2 = 1 PAUSE 250 LATB.2 = 0 PAUSE 250 GOTO START
MCU is 18F2550
What might be the reason?
It does not helps. Still:
[ERROR] program files (89) : Block overflow for #ENDCONFIG
Post your whole cide and PBP version.
Dave
Always wear safety glasses while programming.
Bookmarks