Part Number:CC3100
Hello,
We have a MCU connected to an on-board CC3100 chip. We are able to accomplish the following:
- Format attached flash memory.
- Deliver ServicePack from MCU to CC3100.
Upon the completion of delivering the ServicePack to the CC3100, we call sl_Stop() to set the device under hibernate. Then we call sl_Start again to start sending WIFI data, but the CC3100 does not assert an interrupt signal like we are expecting when the device is brought out of hibernate mode.
Parameters we know:
- SPI fully works since the ServicePack is being delivered.
- We see the hibernate signal is going high and low as expected, the time period between de-assertion and assertion being 12ms, to respect the minimum 10ms hibernate time.
- Resetting the CC3100 with nReset in addition to nHibernate does cause the CC3100 to start communicating again.
- We are using the microcontroller to send out the slow clock pulse. This has been verified with our scope and the negative slow clock pin, pin 52, is being pulled up to the CC3100's supply voltage.
Thank you for your time.
- Bob