Hello
I'm setting up tiwi-sl with an stm32 controller
The spi code is based on CC3000 + MSP430 FRAM Basic Wifi Application/ spi.c
wlan_start(0) function call is blocking on
SimpleLinkWaitEvent(HCI_CMND_SIMPLE_LINK_START, 0);
(within SimpleLink_Init_Start)
The hci_command_send on the previous line seems to be going ok with command data going to tiwi-sl through spi
The interrupt on spi_irq fires but the received data is not a HCI_TYPE_EVNT, so hci_event_handler never finishes