ON 20050711@5:43:53 AM at page: http://www.piclist.com/techref/piclist/index.htm#38544.2385300926 Bao zeng Zhang[BzZ-SJTU-] Questions: Is anybody has example program of PIC12CE519,especially about using of EEPROM?Please tell me. Thanks. ON 20050711@7:17:33 PM at page: http://www.piclist.com/techref/piclist/index.htm#38544.2385300926 James Newton[JMN-EFP-786] removed post 38544.2385300926 |Delete 'Bao zeng Zhang of ShangHaiJiaoTongUniversity asks: " Is anybody has example program of PIC12CE519,especially about using of EEPROM?Please tell me. Thanks."
Hi, I am trying to compile source code of AN615 from site www.microchip.com, but don't work.
MPSAM show this message:
Message[305]: Using default destination of 1 (file).
Error[113] : Symbol not previously defined (PC)
0001 01E0 00097 ADDWF PC ; Jump to
one of 4 look-up entries
Is it possible that microchip place on his site a bugged code?
Where do I make a mistake?
Thank.
Could anyone check the code as shown below?|Delete 'P-' before: '' but after: 'criradu@yahoo.com asks:
It works but the variable "i" isn't incremented.
How i can make the value of the variable "i" same as that of the register "Temp1" in my code.
Thanks in advance.
i = 0
CAL macro value1
CH1 = 5 * value1 + 963
endm
MOVLW 0
MOVWF COUNT1
MOVWF COUNT2
MOVWF COUNT3
MOVWF COUNT4
MOVLW 2
MOVWF Temp1
DECF Temp1
i ++
SKPZ
GOTO $-2
CAL i
NOP
While CH1 > .1000
CH1 = CH1 - .1000
INCF COUNT1
Endw
While CH1 > .100
CH1 = CH1 - .100
INCF COUNT2
Endw
While CH1 > .10
CH1 = CH1 - .10
INCF COUNT3
Endw
While CH1 > 0
CH1 = CH1 - 1
INCF COUNT4
Endw
Can you remake the schematics and the software to modify the DATA BUS from the display and the pic to use onli 4 line instead of 8 line; Use one of the free pic pine to conect on a switch and linked to the ground. If the switch is on then the display value to by multiply with 64. I hope You understend wath I want. Sorry for my english. Thanks You Very Mutch