Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 Hello TI Support,
I want to print all exceptions on the UART0 of CC2640R2L.
I use the following config, but it doesn't work.
app_ble.cfg
var SysMin = xdc.useModule('xdc.runtime.SysMin'…
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 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 Hello, I'm having a problem with IOS pairing when I initialize the ADCBuffer .
Overview: I am using CC2640R2L with "simple_peripheral" example in sdk 5.30.00.03.
Pairing Mode : GAPBOND_PAIRING_MODE_WAIT_FOR_REQ Characteristic…
Hi Nick,
We are still trying to find time to test this on our side and again I apologize for the delay. I did find time to look over the code and I see a large amount of timers set up each doing some work. Are all of these timers running simultaneously…
Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 , , LAUNCHXL-CC2650 Hi team,
Here's an issue from the customer may need your help:
I want to implement a simple bluetooth beacon app and found an anomaly in the transmit power during testing…
Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 , CC2650 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 Hi. how to count a given number of external pulses with the formation of an interrupt upon completion of the count? With the possibility of battery operation. The frequency of the external pulse signal is 300 kHz. Using GPTimer during…
Part Number: CC2640R2L Other Parts Discussed in Thread: CC2640 Hi team
When we debug using LightBlue as the host, we find that we run the following program to modify the value of CCC to 0x0100:
the function Profile_WriteAttrCB():
case GATT_CLIENT_CHAR_CFG_UUID…
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…