Hello,
I am trying to interface an stm32f4 uC with the CC3000EM board. The thing is I am having problems with the HCI_CMND_SIMPLE_LINK_START command.
I have read a lot of post and I think I figured out the possible problem, but I don´t know how to solve it or why is happening. The thing is when I call wlan_start(0) I send the properly HCI_CMND_SIMPLE_LINK_START package in the properly way (with 1ms delay between the first 4 and thelast 6 bytes). At this point the CC3000 answer :
0x00 0x40 0x81 0x02 0x01 0xFE 0x00 0x00 0x00 0x00
Which is not a valid answer so the code hangs waiting for the correct answer. I tried 2 different CC3000EM boards with same results.
What I figured out is that there is not I2C communication between eeprom and CC3000. The pins remains at 1.5v both. Then after reading some post and recommendations I tried to put a 5.6K and 10K resistor pulled up to 3v with same results (1.8v level)
Does anybody know what is the problem? The jumpers of the board are in user mode(2-3)
Thanks in advance.
Bruno