Part Number: CC3300MOD
Other Parts Discussed in Thread: CC3300
Dear All,
- Understood WLAN_IRQ_PIN is pin configured in AM243X LanuchPad Kit example "CC3xx_thick_mac_network_termina" for IRQ from BP‑CC33XXMOD. In which file this WLAN_IRQ_PIN and WLAN_IRQ_TRIG_TYPE is declared.
What is trigger type Falling or raising?
GPIO_setTrigType(gWlanIRQGpioAddr, WLAN_IRQ_PIN, WLAN_IRQ_TRIG_TYPE);
- We are going to port this IRQ on STM32F412ZG. As part of porting understood need to
- Configure IRQ pin as per hardware and assign edge as positive or negative
- Callback will get configured internally in SDK
- That’s it.
- If configuration is correct, then IRQ should work without much hassle.
- Is our understanding correct?
- Any additional point which we need to consider then please suggest.
- For BP‑CC33XXMOD SPI interface understood the interface is divided into 2 parts.
- Part 1: Simple SPI master slave communication, where master will send command and will send dummy clock to read response
- Part 2: On IRQ, read data from BP‑CC33XXMOD by sending command and read response as Part 1
- Is this our understanding of SPI communication is correct. Any change please clarify.
- Wlan_if.c, wlan_commands.h, provide User API function like Wlan_Start, Wlan_Stop, Wlan_RoleUp, Wlan_RoleDown, Wlan_Connect, Wlan_Disconnect, Wlan_Scan, Wlan_Get, Wlan_Set. Just for information, which all command from above list involves IRQ?
- After porting during testing functionality will not work due to SPI, IRQ or internals of SDK routines. What is you recommendation to investigate exact which component from SPI, IRQ, SDK is not working and how to analyze it in order to make it work.
Thanks.....

