Part Number: CC3220
Tool/software: Code Composer Studio
So I have a hardware that uses FT2232D to program (via UART) and debug (via JTAG emulation) the CC3200MOD, which essentially is based on the CC3200 LaunchXL schematic. Now, I wish to upgrade to C3220SF-MOD but keep the FT2232D for programming and debugging. There was a person with the same need, so I followed answers in his post at https://e2e.ti.com/support/wireless_connectivity/simplelink_wifi_cc31xx_cc32xx/f/968/t/597793 and successfully configured Uniflash V4.1 to detect & program the CC3220SFMOD via FT2232D's UART. But, I am unable to debug the code on CC3220SFMOD from CCS via FT2232D's JTAG.
Can I not debug the code running on CC3220SF-MOD via the FT2232D's USB - JTAG from CCS? Looks like CCS only allows you to create CC3220SF-MOD target configuration that looks for XDS110 and not FT2232D. When I try to debug my code from CCS, I get an error saying that XDS110 is not found.. If debugging through FT2232D's USB - JTAG is possible, is there a guide to doing this from CCS?
Thank You,