Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIC 18F4520 [solved]
#7
i am having a similar issue using a pic18f4580 chip. everything programs fine but i get a timeout when i try downloading the application .hex file or simply search for the bl. my code is basically exactly the same as the previous posts except i noticed that the configuration bits in MPLAB includes a boot block size select that must be 1 KW or 2 KW. would this be effecting the programming and functionality of the bootloader?

i also have an external 4MHZ oscillator i could be using but in trying to copy the functionality of teh previous posts i used the inter RC oscillator with the added code:

Code:
        ; Set internal oscillator to 8MHz
        movlw b'01110000'    
        movwf OSCCON
                bsf   OSCTUNE, PLLEN

i know my serial communication works fine because i use it in my application firmware

any thoughts?
Reply


Messages In This Thread
PIC 18F4520 [solved] - by nicorosen - 2010-10-26, 02:08:23
RE: PIC 18F4520 - by Lotusx - 2010-10-26, 08:43:15
RE: PIC 18F4520 - by nicorosen - 2010-11-01, 22:22:33
RE: PIC 18F4520 - by Lotusx - 2010-11-02, 10:52:58
RE: PIC 18F4520 - by Erixk - 2011-02-10, 19:28:52
RE: PIC 18F4520 - by nicorosen - 2010-11-17, 22:15:58
RE: PIC 18F4520 - by Lotusx - 2010-11-17, 22:49:21
RE: PIC 18F4520 - by DaxMAC - 2016-03-08, 16:52:55
RE: PIC 18F4520 - by LMS_EE - 2010-11-22, 16:50:11
RE: PIC 18F4520 - by Mikael Gustavsson - 2010-11-22, 22:22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)