Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
16F1519 [solved]
#4
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


BTW, excelent loader, thank you,

Pedro

Reply


Messages In This Thread
16F1519 [solved] - by pjsr - 2011-10-18, 17:00:36
RE: 16F1519 - by Mikael Gustavsson - 2011-10-18, 20:18:48
RE: 16F1519 - by pjsr - 2011-10-18, 21:24:55
RE: 16F1519 - by pjsr - 2011-10-22, 04:08:45
RE: 16F1519 - by Mikael Gustavsson - 2011-10-22, 13:23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)