Part Number: CC3100BOOST
Other Parts Discussed in Thread: CC3100, CC31XXEMUBOOST,
We need urgent help connecting our host CPU STM32F4 to the cc3100.
Problem description:
We connect STM32F40D7G-Discovery EVELUATION BORAD to cc3100Boost card & cc31xxEMUboost.
We follow the instructions guide as it was written in the following URL
http://processors.wiki.ti.com/index.php/CC3100_%26_STM32F4_Bringup_Guide
however it seems that the driver and porting to stm32host can’t be done strait forward.
At least 2 compilation errors were found. ( I tried my best by passing them)
And the SPI to my knowledge was not sufficient (As identification of alternate function to MISO/MOSI was missing)
When running the getting_started_with_wlan_station with IAR the application is stuck at begging in endless loop on the routine .
configureSimpleLinkToDefaultState()
sl_Start(0, 0, 0);
SlDrvSyncObjWaitTimeout()
I have emphasize that this routine is prior to sending any message to SPI so this is not issue of external connection but internal code issue.
Please help on this issue as we are stuck!!!