Hello again,
There are a few things that you have to do:
1)
Figure out what kind of PIC you're using - 16F877 or 16F877A
2)
Make sure that you've programmed your PIC with the correct bootloader file that matches the chip (make sure you match the oscillator frequency and the part type).
3)
Then, in microcode studio, make sure that it knows which chip you're programming for (16F877 or 16F877A).
4)
Then press the "compile and program" button.
That should do it.
By the way, "DEFINE LOADER_USED 1" is correct.
Hope this helps!
Bookmarks