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
}
Spen
------------------------------------------------------------------------------
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