View previous topic :: View next topic |
Author |
Message |
jecottrell
Joined: 16 Jan 2005 Posts: 559 Location: Tucson, AZ
|
OT: FTDI/PIC Interface Question |
Posted: Thu Nov 30, 2006 2:29 pm |
|
|
I apologize in advance for the OT question, but it looks like there's a fair number of FTDI users amongst you.
The example circuit that FTDI shows (p.26 of http://www.ftdichip.com/Documents/DataSheets/DS_FT232R_v104.pdf) for interfacing their FT232R part with an MCU has a 12MHz output from the FTDI part clocking the MCU. That's not required is it? I would assume that everything would be OK if the PIC and the FTDI part were both set to the same BAUD and the PIC had its own oscillator?
I take it the FTDI clocking of the MCU is a way to reduce parts count for a homogeneous application (i.e. the MCU and the FTDI work together) as opposed to just using the FTDI as a peripheral...
Thanks,
John |
|
|
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
Re: OT: FTDI/PIC Interface Question |
Posted: Thu Nov 30, 2006 4:00 pm |
|
|
jecottrell wrote: | I would assume that everything would be OK if the PIC and the FTDI part were both set to the same BAUD and the PIC had its own oscillator? |
I think, you're right on this one.
I haven't used the new FTDI chip with onboard oscillator and EEPROM, but the previous generation of FTDI USB-to-UART chips didn't require the PIC and FTDI to run off the same clock. |
|
|
jecottrell
Joined: 16 Jan 2005 Posts: 559 Location: Tucson, AZ
|
|
Posted: Thu Nov 30, 2006 4:07 pm |
|
|
Nick,
Thanks, that jogged my memory. Now I recall from my reading that was one of the added features of the new chip. The on-chip oscillator eliminated the need for another oscillator for the FTDI part. I went back and looked at the old design guide and it confirms our suspicions.
John |
|
|
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
|
|
Posted: Thu Nov 30, 2006 11:59 pm |
|
|
You don't need an oscillator in your circuit except the on in the FTDI part. The FTDI part can also create 6, 24 and 48MHz clock outputs. Add to that the FTDI part can use basically any BAUD rate. |
|
|
|