Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
16F1519 [solved]
#1
Hi,
I'm trying to make working the ds30 loader in a 16F1519…

I would like to know something about the PAGESIZEW and ROWSIZEW.
How do I set them?

Thanks,

Pedro
Reply
#2
Hi,
Thanks for the bug report. Here comes a new devices.inc file.

Mikael


Attached Files
.zip   devices_PIC16F.zip (Size: 1.26 KB / Downloads: 10)
Reply
#3
Thank You, I will try it.
Reply
#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
#5
Thank you!
I will add a reminder about ansel in the code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)