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_SOCKET_RECVFROM…
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 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.c
171
sl_St…
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 (4pins…
Part Number: CC3130 Other Parts Discussed in Thread: UNIFLASH , CC3120 HI am going to program CC3130 through using the CLI interface of the Uniflash programmer, in the user guide SWRU469 there is a description how to program a CC3120 combining the application…
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 supply…
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
I am designing test equipment for a PCB with a CC3130 and would like to verify that the CTS pin (pin 61) has been correctly soldered and that there are no solder balls shorting the pin.
Normally this pin will only go low if I "overload…
Part Number: CC3130 Other Parts Discussed in Thread: UNIFLASH , CC3100 , CC3200 We have a custom board with CC3130 and attached Adesto AT25DF321A flash memory.
I have an FTDI UART from PC to the CC3130's UART and I can communicate with the 3130 after putting…