Part Number: CC1310 Tool/software: I need to know total power consumption (in Ah) of this mcu when it transmit and receive the data. in the data sheet only mention the current consumption. how can I found the time requirement for each tx and rx?
Part Number: CC1310 Tool/software: Hi, my system needs to be restarted via software, I have checked the following thread about the function. static void SysCtrlSystemReset(void); https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz…
Part Number: CC1310 Tool/software: Hi All:
How to set cc1310 as an I2C slave device in the code? Do we have same examples? I use TI-RTOS and 15.4 Stack.
Thanks.
Part Number: CC1310 Tool/software: Hi.
The datasheet of the CC1310 declares maximum CL capacitance at 12 pF:
Another document (SWRA495K) states that CL=13pF is also possible, at least one MPN:
Please advise if using crystals with CL=12.5 pF with the…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1310 Tool/software: Hello!
I have this sensor that is sending pulses of 0 and 1's to CC1310 DIO7. I have to measure the time that each 0 or 1 stays high or low so I can translate it inside…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: UNIFLASH Tool/software: Hi,
i have 2 of LAUNCHXL-CC1310 and work well with CCS configuration.
But when i connected them to SmartRF studio7, it doesn't detect the RF device as below.
…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1190 Tool/software: Hello, I wanted to use SMA instead of onboard antenna , according to the documents I need to remove A2 and short R158. What is A1? what does DNM mean? what do i do with…
1.I don't use the UART when it is in sleep mode, and when I wake up from sleep mode, I want to wake up the UART and use it, but with my current code, when I enter sleep mode and wake up, the UART doesn't wake up and I can't use it. Should I change my…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1310 Tool/software: I am developing with LAUNCHXL-CC1310. I am currently measuring 70uA when entering sleep mode, but the cc1310 manual says 0.7uA when entering sleep mode. So what do I need…
Hi Susung,
Have you done any measurements without a debugger connected/active debug session?
If you're stepping through the code, you're holding the device in the active state. Thus is will obviously not go to standby. But even if you press the "play…