Part Number: CC2640R2L Hi ,
We are reaching out regarding an issue with the range of our CC2640R2 device, which utilizes host test firmware and operates in both peripheral and central modes.
While we have not observed any range issues when the device…
Part Number: CC2640R2L Tool/software: Can you please provide the programming specs for the fastest programming method for Texas Instruments CC2640R2LRHBR device?
Thank you
Part Number: CC2640R2L Hi I am trying to get an interrupt on change of GPIO. I have the following code: #define CC2640R2_SOPHI_PIN_PW_ENABLE_DETECT IOID_11 GPIO_init (); GPIO_setConfig (CC2640R2_SOPHI_PIN_PW_ENABLE_DETECT, GPIO_CFG_IN_NOPULL | GPIO_CFG_IN_INT_BOTH_EDGES…
Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 Tool/software: Hi, We are migrating SDK from v1.50.00.58 to v5.30.00.03 using the following migration guides . After the sdk upgrade, We are running into the issue where cc2640 would stop…
Part Number: CC2640R2L Tool/software: Hi experts.
please let me know how to implement the function to read ADC 2-channel using CC2640R2L 5*5 IC.
when the program is written as follows, ADC_CO is normally open, but ADC_SMOKE is not open and returned…
Part Number: CC2640R2L Hi, We are running into the issue where either stack crashes or application does not receive the L2CAP fragmented PDU. Our project is based on simple_np using the simplelink sdk v1.50. We are planning to migrate to latest sdk. However…
Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 Hi,
We had a requirement where the TI bt chip CC2640 needed to be controlled from the host CPU and the TI bt chip CC2640 needed to act both as a peripheral and central, based on the need…
Part Number: CC2640R2L We have a pretty basic custom board with a CC2640R2LRGZR, some buttons, and some switches. We aren't using any of the BLE or wireless features. We just want to use the standby mode and wake up when one of the buttons/switches changes…
Part Number: CC2640R2L Hi team,
Here's the request from the customer:
As the code shown below:
case GAPROLE_CONNECTED:
{
linkDBInfo_t linkInfo;
uint8_t numActive = 0;
uint8 MacAddr[8] = {0}; //!< Other Device's address
numActive = linkDB_NumActive…
Part Number: CC2640R2L Hello I am trying to use Creating a Custom Board File — SimpleLink CC2640R2 SDK BLE5-Stack User's Guide 1.01.02.00 documentation to port simple peripheral application to run on custom hardware I am probably missing something. The…