New FTDI chips
Tubular
Posts: 4,703
There seem to be some new FTDI chips, such as the FT230X
There are a little cheaper than the FT232R, and available in 16 pins, about half the size of the FT232RL. This is good news because the FT232RL is largish, and FT232RQ difficult to hand solder. Cheaper too.
There are are some USB<>I2C converters in the new range too
Anyone had a look yet?
There are a little cheaper than the FT232R, and available in 16 pins, about half the size of the FT232RL. This is good news because the FT232RL is largish, and FT232RQ difficult to hand solder. Cheaper too.
There are are some USB<>I2C converters in the new range too
Anyone had a look yet?
Comments
Nice looking parts, 50mA available at 3v3, and with MTP memory and no crystal. (claims 1667ppm)
Also gives 24MHz 12MHz and 6MHz clock out choices
ON the clocks it says this
["*When in USB suspend mode the outputs clocks are also suspended."]
and also this
["Keep_Awake# CBUS0, CBUS1, CBUS2, CBUS3
Prevents the device from entering suspend state when unplugged."]
So maybe you can configure it to always deliver a clock ?
Good baud rate choices too..
Baud Rate = 3000000 / (n + m/8) { n >= 1, m = 0..7, if n=1 then m=0}
I see they also have a 10 pin i2c slave part, and SPI variants...
http://www.ftdichip.com/FT-X.htm
A pity the extended Config memory cannot allow _one_ part number to do SPI and UART ?
I was going to use the FT232R in a design, but I think I'll use the new chip.
I wonder if it could be possible for someone to write a com driver that pulsed the gp pin for reset to save using the transistor reset circuit.
I'm trying to figure out what this battery charge monitor signal is all about...
Need to see if the default mode for the GPIO is the same... It's a real pain to reprogram every chip...
i'm using a small board with the CP2102-chip for downloading code into the prop. But - in this post - I don't want to focus on the chip. I connected the DTR-pin of the board over a 0,1 µF-capacitor to the reset-pin of the propeller-chip.
So far I haven't experienced any problems with this "no-transistor"-circuitry. Is this just luck or do you want to aproach something different with the transistor?
best regards
Stefan
But, 230 doesn't have DTR... So, you'd have to tell Prop Tool to use RTS instead...
The FT230XS 3.3V supply is only 50 mA, so I might add a regulator.
So, I think the designs of the Quickstart or other boards are still good places to start from.
Leon, I don't think the LEDs will work the way you have it... Also, I think I'd pick RTS instead of CTS... My version of Prop Tool (old?) works with RTS and not CTS.
I should have used RTS. Schematic has been updated.
Here are the differences I see:
1. smaller and cheaper
2. battery charging mode
3. you now need external resistors and capacitors on the USB signal lines
Anything else?
I've tried it with other part numbers. Sometimes it opens a PDF datasheet; other times it redirects to a manufacturer's product page for the part.
Anyway, 'sorry for the hijack.
-Phil
Instead, it performs a "I'm feeling lucky" google search when confused and returns the first matching web page.
Also some DNSservers make money on invalid ursl and show ads instead.
Note it also requires series resistors to the USB and a few more caps
Stefan: I have successfully used a CP2102 board by tying the DTR directly to the prop reset. The problem occurs when switching between windoze/linux programs when the DTR gets toggled.
That looks like rather like an 'oops', hard to imagine the designers starting saying :
'Hey, we are making a low cost, smallest footprint chip, let's add 2xR ans 2xC, lest this gets TOO small '
- I can see series R could help ESD figures, but surely the average cable already has that C?
Did they fail a EMC test, and needed a RC band-aid ?
So, maybe they moved them off the die to make it fit the smaller package?
Or, you could be right and they just messed up and needed this fix...
-Phil
What version of Propeller Tool has this? Where does one find the option?
-Phil
I suspect it is a case of "they technically should have been included on the FT232R circuit" rather than a goof on the new chip.
The 47pF caps.... USB cable capacitance is about 20pF/foot, so the value of these 47pFs is dwarfed even by a 6 foot cable.
Here's how the FT231X looks compared to FT232RL BTW:
-Phil