Nop ,
these configs are for the MPASM assembler - which i use ,
since PM (of the PBP 2.60c i use) does not support the 12F1822.
ps. just saw you're from Thessaloniki too
so , Kalo Sabbatokyriako ! 'Good Weekend
Nop ,
these configs are for the MPASM assembler - which i use ,
since PM (of the PBP 2.60c i use) does not support the 12F1822.
ps. just saw you're from Thessaloniki too
so , Kalo Sabbatokyriako ! 'Good Weekend
Last edited by LakisFM1; - 14th January 2012 at 08:05.
Ooops yes, thats is MPASM but the syntax was not correct.
Try this
Yes, I am located in ThessalonikiCode:ASM __config _CONFIG1, _FOSC_INTOSC ENDASM
Ioannis
Overwriting previous address contents (8007)![]()
Problem solved!
I had to use
ASM
__CONFIG _CONFIG1, _FOSC_INTOSC & _WDTE_OFF & _PWRTE_ON & _MCLRE_OFF & _CP_OFF & _CPD_OFF & _BOREN_OFF & _CLKOUTEN_OFF & _IESO_OFF & _FCMEN_OFF
__CONFIG _CONFIG2, _WRT_OFF & _PLLEN_OFF & _STVREN_OFF & _BORV_19 & _LVP_OFF
ENDASM
and the trick was to ";" comment out the __CONFIG in M12F1822.INC file in the PBP directory , because it conflicted.
Bookmarks