Part Number: CC1312R
I am investigating the issue where a 1mA current draw occurs during `Power_idleFunc()`, using the sample code I received previously as a base.
I am using the LAUNCHXL-CC1312R1.
With code configured to enter standby mode and wake…
Part Number: CC1312R We are working to minimize RF communication time. As part of this effort, we are attempting to reduce the RF communication time by decreasing the size of the packets being transmitted. We are conducting RF communication using the…
Part Number: CC1312R
Hi expert,
We are evaluating CC1312R for a smart metering application in Japan.
According to TI documentation, the Wireless M-Bus stack supports the European 868 MHz, 433 MHz, and 169 MHz bands. We could not find information…
Part Number: CC1312R There is a Forum article of 1kbps of CC1312R. It was posted 7 years over ago. Its title is "CC1312R: TX Bandwidth & KC Certification".
In the answer of TI engineer said that CC1312R was programmable TX data rate down to below 1kbps…
Part Number: CC1312R Hello,
The CC1312R manual mentions 352kb programmable flash memory and 256kb ROM for storing protocol stacks. The customer understands that 352KB of flash memory is used for applications. Is the protocol stack developed and compiled…
Part Number: CC1312R Hello Texas Instruments Team,
I hope you are doing well.
I am currently evaluating RF IC/MCU's for a project. I came across the CC1312R device, and I have a specific use case that I would like to confirm.
I am looking for a…
Part Number: CC1312R (1)During audio testing using the CC1312R audio plugin SDK, I observed glitches in the output analog signal. Where could these glitches be coming from, and how can I fix them? I'm using the development kit recommended for the audio…
Part Number: CC1312R Other Parts Discussed in Thread: UNIFLASH
Description:
I am working with the CC1312R module from RF Star and have built a simple test application that flashes an LED at a fixed rate. In the project settings, Enable Bootloader…
Part Number: CC1312R I am implementing standby mode using the following driver function in a no-RTOS environment:
Power_idleFunc();
-------------- while( g_eventFlag == 0 && g_aonRtcEventFlag == 0 ){ Power_idleFunc(); } --------------
Wake-up from standby…
Part Number: CC1312R I am implementing standby mode functionality using the simplelink_cc13xx_cc26xx power driver. In an application designed to wake up solely via an external IRQ, will the device remain in standby mode (an ultra-low power state) indefinitely…