Author |
Message |
Topic: 20Mhz XTAL and PIC18F4550 |
Kamal
Replies: 11
Views: 29837
|
Forum: General CCS C Discussion Posted: Sun Jan 07, 2007 8:35 pm Subject: 20Mhz XTAL and PIC18F4550 |
It looks like you just want to use this PIC as if it's an 18F452.
In that case, use the fuses as shown in my test program.
Ok.. so the 18F452 is 4550 sans the USB Peripheral ?
Is the PLL only ... |
Topic: 20Mhz XTAL and PIC18F4550 |
Kamal
Replies: 11
Views: 29837
|
Forum: General CCS C Discussion Posted: Sun Jan 07, 2007 7:57 pm Subject: 20Mhz XTAL and PIC18F4550 |
Here is a test program that runs the 18F4550 at 20 MHz, with a 20 MHz
crystal. I tested this with PCH vs. 3.249 on a PicDem2-Plus board.
#include <18F4550.h>
#fuses HS, NOWDT, PUT, BROW ... |
Topic: [OT]Wire length recommendations |
Kamal
Replies: 2
Views: 4574
|
Forum: General CCS C Discussion Posted: Sun Jan 07, 2007 1:58 pm Subject: [OT]Wire length recommendations |
Hi
I am using a PIC as a control unit to switch a few HBridges on and off according to an schedule algorithm.
The initiation of the schedule is triggered by pressing of 4 switches on a switch bo ... |
Topic: 20Mhz XTAL and PIC18F4550 |
Kamal
Replies: 11
Views: 29837
|
Forum: General CCS C Discussion Posted: Sun Jan 07, 2007 1:57 pm Subject: 20Mhz XTAL and PIC18F4550 |
What is the difference between HS and HSPLL ??
Is it that the PIC4550 does not support XTALs greater than 10Mhz .. will it support a 20Mhz XTAL ?
Also, as you can see, I am changing the PWM fre ... |
Topic: 20Mhz XTAL and PIC18F4550 |
Kamal
Replies: 11
Views: 29837
|
Forum: General CCS C Discussion Posted: Sat Jan 06, 2007 9:44 am Subject: 20Mhz XTAL and PIC18F4550 |
Hi
This is my first stint using PIC18F4550 and after programming it, the proto board is behaving akwardly now, specially some timing issues seem to be there.
This program outputs PWM freq from 3 ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Mon Feb 13, 2006 6:53 pm Subject: Re: OK. Let's make a few tradeoffs and start workin |
It's getting scary ! Let's move some arse here
says the guy who has contributed 6 posts to the forum and other than a set of requirements hasn't provided any useful info to this thread.
you ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Mon Feb 13, 2006 5:23 pm Subject: OK. Let's make a few tradeoffs and start workin |
Let's see, what do we have here..
Here's what I think we should start with (and fast) :
1. Preferably full duplex serial point-to-point communication with NO FLOW CONTROL over RS422
2. A nice ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Mon Feb 13, 2006 5:31 am Subject: Towards a reliable Serial comm. lib over long distances |
My thoughts exactly, kender
Not only would event/interrupt based handling be easier, but it would be efficient too.. but anyways, that does NOT change our protocol too much, just that the PIC will ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Mon Feb 13, 2006 4:47 am Subject: Let's KISS by starting simple |
Hello mates
I am quite amazed with the amount of ideas coming up, but remember, it's I who is going to do/start the coding ;)
So currently, altough I will keep the framework ready for future exp ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Sun Feb 12, 2006 8:11 pm Subject: Towards a reliable Serial comm. lib over long distances |
Excellent !
A reusable library will be usable by everybody. I just can't tell you how many PIC programmers scramble here and there and spam forums just to do some basic, reliable serial communicati ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Sun Feb 12, 2006 6:09 pm Subject: Towards a reliable Serial comm. lib over long distances |
Thanks for the great links. I DONOT expect people to write code for me, but rather point me to code they have already written or seen..
The PIC will interrupt the PC when is has some data to send. ... |
Topic: Towards a reliable Serial comm. lib over long distances |
Kamal
Replies: 27
Views: 36399
|
Forum: General CCS C Discussion Posted: Sat Feb 11, 2006 9:32 pm Subject: Towards a reliable Serial comm. lib over long distances |
Hi
I want to start a project to implement a reliable Serial communications library meant to exchange data mainly between a PC and a PIC (877A) over a RS422 link over long distances.
Hence, I nee ... |
|