2011-10-22, 04:08:45 (This post was last modified: 2011-10-22, 04:10:17 by pjsr.)
Hello again,
In the 16f1519 datasheet it is said:
"
If the RX/DT function is on an analog pin,
the corresponding ANSEL bit must be
cleared for the receiver to function.
"
So, to make the ds30 loader working in it, I had to disable the analog function on the RX pin; modifying the ds30loader.asm file:
;------------------------------------------------------------------------------
; User specific entry code go here
;------------------------------------------------------------------------------
banksel ANSELC
bcf ANSELC, ANSC7 ;Disabling the analog function