This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220MODA: cc3220modasf programming problem with FTDI using uniflashv4.2

Part Number: CC3220MODA
Other Parts Discussed in Thread: UNIFLASH

I made a custom board using cc3220moda, but the programming is not working with FTDI chip(FT232R) connected to UART lines, where as it is working with Launchpad XDS110. What could be the problem pl suggest.

  • Hi,

    GUI version of Uniflash is not possible use in this case. But Uniflash CLI should be functional.

    Commands for CLI can look like:

    call dslite.bat --mode cc3220 project add_file --name test --file C:\tmp\my-image.bin --mcu --priv C:\tmp\dummy-root-ca-cert-key --cert dummy-root-ca-cert --overwrite
    call dslite.bat --mode cc3220 project program --name test --port COM3 --dev
    pause

    Jan