Part Number: CC2651R3SIPA Tool/software: Hi experts,
I tried to use a simple serial socket example provided by the GIT server.
https://github.com/TexasInstruments-Sandbox/ble_examples/tree/simplelink_cc13xx_26xx_sdk-6.40
but, the following error…
Part Number: CC2651R3SIPA Tool/software: When an advertising set is created, I can Update the adv data by calling GapAdv_loadByHandle(). This works fine. How do I update the random address that will be used as the MAC address?
It was passed with this…
Part Number: CC2651R3SIPA Tool/software: Hi Experts,
My customer is looking for BLE Module with PSA Level 3 Certification.
is there a BLE module with PSA Level 3 Certification in TI?
or, Please let me know the product you are planning to certify…
Part Number: CC2651R3SIPA Tool/software: We are developing an application that uses BLE and ADC using CC2651R3SIPA . In the CC2651R3SIPA, the power supply pin for operation and the ADC reference voltage pin are integrated. We want to achieve an ADC accuracy…
Part Number: CC2651R3SIPA Tool/software: Hello.
I comfirm command of firmware updating on bootloader.
The following command / response data on Host MCU was got .
I'd like to know CHIP ID "10 06 F0 00" for detail.
Please tell me for related document…
Part Number: CC2651R3SIPA Tool/software: Hello E2E Experts,
Good day.
We’re working on a CC2651R3SIPA using the Project Zero BLE example. Our firmware builds and flashes successfully, but under the debugger execution stops (blocks) inside the call…
Part Number: CC2651R3SIPA Tool/software: I want to run application binary generated from Project zero without any security dependency. With reset the same application should launch. How do I make this change. Can anyone share the detailed steps
Part Number: CC2651R3SIPA Tool/software: Hi expert,
I would like to create a wake-up function every 10 minutes using rtc.
i made it as below by referring to several e2e forums, but it seems that rtc callback is not called.
could you point out the…
Part Number: CC2651R3SIPA Tool/software: Hello.
I develop software base on host_test.
I added to modifiy the extended data length in HostTestApp_init() at intilize
The source is below.
// HCI Extend Commond
HCI_EXT_SetMaxDataLenCmd( DEF_DATLEN_TX_PDU_SIZE_MAX…
Part Number: CC2651R3SIPA Other Parts Discussed in Thread: UNIFLASH , , SYSCONFIG I am using the gpioshutdown example to develop our wakeup function for the CC2561R3SIPA. The gpioshutdown example doesn't wake up as expected from a BTN-2 press unless you…