Hi,
There is no official port of the CC3120 host driver and you will need to port the CC3120 host driver yourself. I suggest you take the CC3100 host driver port from the CC3100 SDK and use it as a guide for porting the needed functions in cc_pal…
Part Number: CC3120 Hello,
I am interfacing the STM32 to CC3120, when I call sl_Start it return SL_API_ABORTED. Could you please explain when this problem occurs and how to resolve it.
Regards,
Shubham Kant Dubey
Part Number: CC3120 Other Parts Discussed in Thread: CC3100SDK , , CC3100 , Hi,
In a related thread , it was mentioned the CC3100SDK has an example for the STM32 family of devices which can be used as the basis for a port to the CC3120SDK.
Are there…
Hi Pawel,
In the CC3100 SDK the host driver actually does use sync objects, it's just that it uses a hidden internal implementation of them since it's assumed that no such objects are implemented in a noRTOS system.
There is this other thread where…
Part Number: CC3120 Other Parts Discussed in Thread: CC3100 , Hi,
My goal is to port the Simplelink host driver to a STM32 environment running without an OS, in a single threaded mode. I had a previous experience on the CC3100, which went well. However…
Hi,
I use UART for interface CC3120. STM32 UART DMA driver is set to byte transfer. And I I read byte to byte from memory.
------ Yes, right. I select this CC3120 module for WPA_ENT. Thanks you for information about TLS version you support today.…
Hi,
No. CC3100 SDK is NOT compatible with CC3120 devices. For support of CC3120 at STM32 you need to port Wifi plugin by yourself. STM32 is not a supported platform by TI.
Some information about porting SimpleLink driver for CC3120 for STM32Fx you…
Hi Siemin,
I am not aware about any related document to poring CC3120/CC3135 to STM32 devices.
At e2e forum you may to to find some other threads related to porting CC3120/CC3135 to other host MCUs. As a inspiration you can use CC3100 SDK where is…
Great!
Now that that is out of the way I highly recommend you read chapter 19 of our programmer's guide and if you have additional questions try searching our forum or post a question if the existing threads don't answer your questions. There is many…