Hi Joseph, Thank you for your reply. Our requirement is to configure the F28P65x controller and the CC3135 module in a single project and establish communication over SPI (MCU to Wi-Fi). For this purpose, we have integrated the following changes using the "C2000 (F28P65x)" SDK and the "SIMPLELINK-SDK-WIFI-PLUGIN" SDK. However, we are facing some issues: We found the "SIMPLELINK-SDK-WIFI-PLUGIN" SDK while searching for the CC3135 SDK, installed it, and confirmed its installation in the C:/ti/ folder. We imported the SPI project from {C2000Ware_Install}/driverlib/f28p65x/examples/c28x/spi/ for the C2000 (F28P65x). In this project, we initialized the SPIA interface using GPIO pins 16 (PICO), 17 (POCI), and 18 (CLC). For the CC3135 module, we copied the simplelink.h file from C:\ti\simplelink_sdk_wifi_plugin_4_20_00_10\source\ti\drivers\net\wifi to our C2000 project path and included other necessary header files. The issue we encountered is that the folder C:\ti\simplelink_sdk_wifi_plugin_4_20_00_10\source\ti\drivers does not exist. However, some header files included in other simplelink header and source files refer to this path. More information, in {C2000Ware_Install} we not found the source folder. So, are we following the right track? How we can use CC3135 Wi-Fi module with C2000(F28P65x) via SPI? Could you please advise on resolving this issue or suggest an alternative approach? Regards, Arun S
↧