Author |
Message |
Topic: TinyBootLoader and 18F26J11? |
pau
Replies: 2
Views: 4671
|
Forum: General CCS C Discussion Posted: Tue Sep 15, 2009 6:21 am Subject: TinyBootLoader and 18F26J11? |
It's supposed that you have to change the three first lines of the file:
LIST P=18F452 ; change also: Configure->SelectDevice from Mplab
xtal EQU 4000000 ; you may want to change: ... |
Topic: Tiny bootloader problem |
pau
Replies: 2
Views: 5055
|
Forum: General CCS C Discussion Posted: Fri Sep 04, 2009 1:58 am Subject: Tiny bootloader problem |
I can't believe nobody use tiny bootloader.
In this case, do you use any other bootloader for PIC18F452? |
Topic: Password protection |
pau
Replies: 3
Views: 4703
|
Forum: General CCS C Discussion Posted: Thu Sep 03, 2009 7:10 am Subject: Password protection |
With only a single switch you need to do a sequence. Once you power-up the pic, the program have to wait until the switch is turned on, then the password can be like this:
2 seconds on-1 second off ... |
Topic: Tiny bootloader problem |
pau
Replies: 2
Views: 5055
|
Forum: General CCS C Discussion Posted: Thu Sep 03, 2009 3:11 am Subject: Tiny bootloader problem |
I use Tiny for programming the PIC18F452 and it works when I use a crystal of 4 Mhz, but I've tried with a 10 Mhz crystal and it doesn't work.
I've changed the xtal line, in the bootloader ... |
Topic: Easy way to do a Bluetooth communication? |
pau
Replies: 0
Views: 2879
|
Forum: General CCS C Discussion Posted: Tue Apr 28, 2009 6:13 am Subject: Easy way to do a Bluetooth communication? |
I want to communicate a PIC with a cellphone or another PIC through bluetooth, and i'd like to know what is the easy way to do it.
If it's possible i'd prefer not to deal with the bluetooth protoco ... |
|