And still there is no way to direct the use of specific PIC in the #config block.
Use the MCS IDE that came with your purchase of PBP. Is the easiest solution.
Ioannis
![]()
And still there is no way to direct the use of specific PIC in the #config block.
Use the MCS IDE that came with your purchase of PBP. Is the easiest solution.
Ioannis
![]()
In the pbp manual page 100 section 4.9 it says the following.
'Config for 16F877A
#CONFIG
__config _XT_OSC & _WDT_ON & _LVP_OFF & _CP_OFF
#ENDCONFIG
If the pic to use and the fuses are not specified, the pbp defaults to 4 mhz.
You have "include fp2032.bas" which doesn't look right. It should be "include pic16f886.bas" (or whatever your PIC is).
fp2032.bas library is included for floating point.
I also took into account the .inc file of each pic of the pbp to configure the fuses of the selected pic.
I had to read the pbp manual page 100 section 4.9 to configure the fuses of the selected pic, read the pbp manual and you will see
Bookmarks