What exactly are you trying to do? How do you plan to use the CC3200? How is the flash memory connected / accessed?

TI has some information about flashing it here: http://processors.wiki.ti.com/index.php/CC31xx_%26_CC32xx_FTDI_Flashing

If you'd like, you can try adding support for the FTDI chip in ft2232_spi.c. If the FTDI D2XX is significantly different you can create a new file (ftdi_d2xx.c, for example), and use ft2232_spi.c as a template.