This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

A few questions moving from the CC3000 to the CC3100

Other Parts Discussed in Thread: CC3100, CC3100MOD, CC3100MODBOOST

I have a few questions moving from the CC3000 to the CC3100.

CC3100 

1. Where in the documentation is a detailed description of the interrupt output of the device is it active low/high? should the host respond to level or edge? If edge, which edge?

2. In the porting guide, a user defined function; sl_IfRegIntHdlr must be implemented. This function registers an interrupt handler. The first argument is straight forward, but the second argument pValue which according to the guide is simply a "pointer to a memory structure". Where is this structure defined? What is it used for?

3. Throughout the porting guides, a device "enable" and “disable” is used, however, the datasheet does not make any mention of an enable pin. I am assuming hibernate and disable are synonymous?

4. The CC3100MOD contains a secured socket layer SSL. What is required within the host to utilize this functionality? Are there built in certificates? Do certificates need to be loaded? If so, how? Is this documented anywhere?