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.

CCS/CCSTUDIO: CCS3220SF Ethernet (wifi) Bootloader source code request

Part Number: CCSTUDIO
Other Parts Discussed in Thread: CC3220SF, CC3200

Tool/software: Code Composer Studio

Hi 

I'm working on TI Simplelink Wifi cc3220SF.

I'm looking for  a bootloader source code from wifi connexion . the firmware source code and the host Windows  Pc source code.

Can you help me

thank

  • Hi,

    I am sorry I don't understand your question. Please describe your question better.

    • If you looking for network boot code (e.g. boot via TFTP), that example is not part of CC3220 SDK and is not provide by TI. Generally this type of code should not be hard to implement. As reference you can use TFTP client from CC3200 SDK.
    • CC3220 contains inside application MCU (Cortex-M4) for your code. From this reason you don't need to control wifi part from separate host. But if you want, you can upload AT command example into MCU and use AT commands via UART.

    Jan