Have anyone used TinyBootLoader, with a 18F26J11?
If so what change is needed to the loader code?
pau
Joined: 18 Nov 2008 Posts: 8
Posted: Tue Sep 15, 2009 6:21 am
It's supposed that you have to change the three first lines of the file:
Code:
LIST P=18F452 ; change also: Configure->SelectDevice from Mplab
xtal EQU 4000000 ; you may want to change: _XT_OSC_1H _HS_OSC_1H _HSPLL_OSC_1H
baud EQU 19200
the PIC you want to use, the clock frequency and the baud rate.
But I've tried it with the PIC18F452 and PIC18F2520 and it only works @ 4Mhz.
Guest
Posted: Tue Sep 15, 2009 1:06 pm
hmmm. Yes I know that, I already use it with 18F2455....
But the 18F2xJ11 is different...
Therefore i looking if any is using it with the above pic:-)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum