Part Number: CC3130 Other Parts Discussed in Thread: CC3235SF Tool/software: Hi
We are seeing weird characters in some SSIDs via the
typedef struct { _u8 Ssid[SL_WLAN_SSID_MAX_LENGTH]; _u8 Bssid[SL_WLAN_BSSID_LENGTH]; _u8 SsidLen; _i8 Rssi; _i16 SecurityInfo;…
Part Number: CC3130 Tool/software: Hi
We gotten some results from our static codeanalyse CodeSonar.
only 2 issues found so far :-)
one bufferoverrun from file driver.c, function _SlDrvMsgRead(...)
Se picture:
in case opcode = SL_OPCODE_SOCK…
Part Number: CC3130
Hi TI,
I have been running a static code analysis tool on your code and am receiving a few warnings with a score on 38. Is that something you plan to fix at some point?
38
Dangerous Function Cast
Reliability
device…
Part Number: CC3130 Hi
For productiontest of CC3130, we need to use some of the Radio TX/RX test commands.
So for enabling the radiotesting via SPI channel (RX65 -> CC3130), I would need to integrate the files radiotool.c + h file into my already…
Part Number: CC3130 I am trying to program the CC3130 on production PCB's using a NRF52 device as the host mcu.
I am a bit confused as to what data I should be sending to the CC3130. I have created a .ucf file that we use on a different product with…
Part Number: CC3130
Hi
For production test of a WiFi module, we use a RX micro connected through line drivers to many CC3130. We only enable one set of line drivers at a time and it works as intended, except for verification of UART pins. Both SPI…
Part Number: CC3130 Other Parts Discussed in Thread: CC2650 , CC2640 , CC3120 We have a product where we have 3 TI devices, a MSP432 as the main controller a CC2650 for Bluetooth and a CC3130 for WiFi. The MSP communicates with the two other devices using…
Part Number: CC3130 Hi
I've integrated the radiotool.c and made few modifications. However I seem to be stuck in the sl_socket. where I get the errorcode -72
rxSocket = sl_Socket(SL_AF_RF, (eOverrideCCA==1 ? SL_SOCK_RAW:SL_SOCK_DGRAM), eChannel…
Part Number: CC3130
Hi
Looking in the specification:
under SL_DEVICE_EVENT_FATAL_DRIVER_ABORT, is says:
"Notifies fatal error. The host driver is asserted. User must perform device reset."
Does this "only" require reset of the CC3130 or…
Part Number: CC3120 Other Parts Discussed in Thread: CC3130 , Hi team,
My customer is designing a IoT project, and is considering CC3120/CC3130. Could you provide the difference between CC3130 and CC3120? and is the module part recommended to use from…