Other Parts Discussed in Thread: CC3135, CC31XXEMUBOOST, UNIFLASH, C2000WARE, SIMPLELINK-SDK-WIFI-PLUGIN,
Tool/software:
Hello,
We are unable to communicate F28P650DK9 with CC3135 WiFi Module over the SPI, We have configure of SPIA along with the respective pin assignments (GPIO, SPI, PICO, POCI, CLK). These connections have been implemented on the F28P650DK9 hardware board. Below are the detailed activities performed:
1. Board Configuration (F28P650DK9):
- Selected the corresponding board in the CCS IDE.
- Configured SPI and GPIO for the respective pins in the IDE.
- PICO > GPIO16
- POCI > GPIO17
- SPICLK > GPIO18
- SPICS > GPIO84
2. Code Implementation:
- Developed code to transmit AT commands (e.g.,
AT+Start<CR>
) in hexadecimal format. - Tested the communication between the board and the Wi-Fi module to check for responses. Unfortunately, no response was received from the Wi-Fi module.
3. Wi-Fi Module Validation:
- Connected the Wi-Fi module to the CC31XXEMUBOOST for further testing.
- Flashed the Wi-Fi Plugin image file via UniFlash.
- Successfully changed the role of the Wi-Fi module to function as both Wi-Fi and Hotspot during this process.
Below is all the screenshots of the configuration we have done: