CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

TinyBootLoader and 18F26J11?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








TinyBootLoader and 18F26J11?
PostPosted: Mon Sep 14, 2009 1:58 pm     Reply with quote

Hi

Have anyone used TinyBootLoader, with a 18F26J11?
If so what change is needed to the loader code?
pau



Joined: 18 Nov 2008
Posts: 8

View user's profile Send private message

PostPosted: Tue Sep 15, 2009 6:21 am     Reply with quote

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








PostPosted: Tue Sep 15, 2009 1:06 pm     Reply with quote

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:-)
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group