Author |
Message |
Topic: [SOLVED] UART and External Clock - PIC18F25k20 |
parthiv2eng
Replies: 7
Views: 10576
|
Forum: General CCS C Discussion Posted: Tue Aug 27, 2013 10:39 am Subject: [SOLVED] UART and External Clock - PIC18F25k20 |
Sorry for Late reply,
Ttelmah, It's working with H4 using external clock.
Thank you all |
Topic: PIC18LF26K22 Crystal to Internal Oscillator switching |
parthiv2eng
Replies: 5
Views: 14400
|
Forum: General CCS C Discussion Posted: Tue Aug 27, 2013 9:59 am Subject: PIC18LF26K22 Crystal to Internal Oscillator switching |
Similarly, if you have timers programmed, you need to change these, and also, after changing the clock, you need to call 'setup_uart' with your required baud rate, so that the uart dividers are reprog ... |
Topic: [SOLVED] UART and External Clock - PIC18F25k20 |
parthiv2eng
Replies: 7
Views: 10576
|
Forum: General CCS C Discussion Posted: Mon Jul 29, 2013 4:33 pm Subject: [SOLVED] UART and External Clock - PIC18F25k20 |
Thanks Ttelmah,
Still it won't work.. |
Topic: [SOLVED] UART and External Clock - PIC18F25k20 |
parthiv2eng
Replies: 7
Views: 10576
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 10:00 pm Subject: [SOLVED] UART and External Clock - PIC18F25k20 |
temtronic,
Thanks for reply. The problem is data receiving by UART using "External Clock". When I use internal clock everything seems working fine. |
Topic: [SOLVED] UART and External Clock - PIC18F25k20 |
parthiv2eng
Replies: 7
Views: 10576
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 4:08 pm Subject: [SOLVED] UART and External Clock - PIC18F25k20 |
If you can lose the OSC1 pin, just select HSPLL, instead of EC_IO, and run at 14745600Hz. Otherwise switch to a faster oscillator.
In PIC18F25k20
Fuses: LP,XT,HS,RC,EC,EC_IO,H4,RC_IO,INTRC_IO, ... |
Topic: [SOLVED] UART and External Clock - PIC18F25k20 |
parthiv2eng
Replies: 7
Views: 10576
|
Forum: General CCS C Discussion Posted: Wed Jul 17, 2013 1:08 pm Subject: [SOLVED] UART and External Clock - PIC18F25k20 |
Hi,
I am using pic18f25k20 with external oscillator. The problem is my UART transmit works fine but when it comes to receiving it won't receive proper data or skips data.
If I use internal clock ... |
|