On Wed, Jun 27, 2012 at 6:06 PM, Spencer Oliver <[email protected]> wrote:
> On 27 June 2012 11:02, Spencer Oliver <[email protected]> wrote:
>> On 27 June 2012 10:44, Tomek CEDRO <[email protected]> wrote:
>>> Hello Vivien :-)
>>>
>>> FT2232 has new H version that supports 30MHz clock, all older devices use
>>> 6MHz clock max. This relates to clock frequency divider. Check if you can
>>> set H device in your configuration rather than changing the source code :-)
>>>
>>
>> The detection should be automatic, unless he is using a new type
>>
>> static bool ft2232_device_is_highspeed(void)
>> {
>> #if BUILD_FT2232_FTD2XX == 1
>>        return (ftdi_device == FT_DEVICE_2232H) || (ftdi_device == 
>> FT_DEVICE_4232H);
>> #elif BUILD_FT2232_LIBFTDI == 1
>>        return (ftdi_device == TYPE_2232H || ftdi_device == TYPE_4232H);
>> #endif
>> }
>>
>
> Looking at the latest ftdi driver they have a new type defined - 
> FT_DEVICE_232H
> This will need adding to the high speed check.
>

Yes this is a good idea. libftdi (0.20 and the libftdi-1.0 branch)
already supports
FT232H.


-- 
Xiaofan

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to