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.
Tool/software: Code Composer Studio
Hi. I have a MSP432 MCU and CC3100. CC3100 has SDK library for MSP430 family which won;t be compatible with my micro. So is there any document where I can read to understand how to confire the chip? Because the DS and user guide doesn;t show any info about that and it just point out the sdk library. I've strived to understand the library but it's more difficult than other library that I have studied
Hi,
There is single document about the host porting.
You may refer to appendix A of the user guide https://www.ti.com/lit/pdf/swru368 for info about the architecture of the host driver.
you can also check the following page for info about the host interfaces: https://processors.wiki.ti.com/index.php/CC3100_Host_Interface
But the best source would be the examples in the sdk.
The next generation of simplelink wifi devices (CC3120/CC3135) has more details on the porting in the NWP programmer's guide.
Br,
Kobi