Other Parts Discussed in Thread: CC3120, CC3100
Fact 1:
In case we want to use an external Host then CC3120 will be used.
Fact 2:
The host driver has to be ported to the external Host for configuring/initializing CC3120.
Now the question:
If despite the elegant solution mentioned in Fact 1 above, one still wants to implement a solution where an external Host is linked up with CC3220 (instead of the more apt CC3120), i.e. CC3220 is the peripheral, then:
- Will there be an API that straightaway enables the external Host to configure/initialize the CC3220 device (on the same lines as mentioned in Fact 2 above)?
- Or because we know that the CM4 of CC3220 is the host for the "Wi-Fi + NWP" part of CC3220, we will have to go via CC3220 and do the following:
- The command given from external host is interpreted by CM4 first.
- Then the CM4 uses the API available to itself as the host of "Wi-Fi + NWP" part for configuration of the "Wi-Fi + NWP" part.