Posts

Showing posts from October, 2014

PIC12F675 Memory Calibrating DATA

LAST VALID 0x3440 ( retlw  0x40)

Flash Led Project PIC 12F675

Image
;---------------------------------------------------------------------- ; NAME: Flash Led for     PIC 12F675 ; BY:     Arun.s  ; WEB:  http://www.3gesoft.blogspot.com ;---------------------------------------------------------------------- ; config. GPIO xx543210 = xx00 1100 ; vers 0.1    25.03.2006     list      p=12f675            ; list directive to define processor     #include <p12f675.inc>        ; processor specific variable definitions ;---------------------------------------------------------------------- ; Configurare     __CONFIG _INTRC_OSC_NOCLKOUT & _WDT_OFF & _PWRTE_ON & _MCLRE_OFF & _CP_OFF & _CPD_OFF     ERRORLEVEL -302 ;---------------------------------------------------------------------- ;---------------------------------------------------------------------- ; Constant define ;---------------------------------------------------------------------- #define Led4        GPIO,0        ; (o) led yellow / gelb / galben #de