Part Number: CC2642R-Q1 Hi engineers,
My customer is using CC2642R-Q1 as peripheral node and a non-TI BLE chip as central. Connected via passkey_entry successfully.
The problem happens every time customer try to power-off the central node and re-power…
Part Number: CC2642R-Q1 Hi all,
I have been working on simple peripheral off-chip OAD project. All the functionalities are working fine but I am facing following issue.
Some fixed portion of external flash data are erasing while I am rebooting the…
Part Number: CC2642R-Q1 Hi Team,
My customer is using CC2642R-Q1 and running ESD test.
They found sometimes IC hang when running 4kV ESD test at the pin: RESET_N/TCK/TMS.
Please help to provide comments for this issue.
Thanks.
Part Number: CC2642R-Q1 Hi,
My customer have a question that according to CC13x2, CC26x2 SimpleLink Wireless MCU Technical Reference Manual (Rev. E) (ti.com) , each time the key is read from outside the security module (NVS), and loaded into the key-store…
Part Number: CC2642R-Q1 HI,
when i use time.h->mktime().the result is negative number.but t he time stamp should be a positive number.
struct tm temp;
struct tm *tm = &temp;
tm->tm_year = 2022;
tm->tm_mon = 4;
tm->tm_mday…
Part Number: CC2642R-Q1 Hi Team,
My customer is using CC2642R-Q1 to control a sensor via SPI inferface.
They just found the sensor extra need one wakeup pin to wake-up CC2642R-Q1 but only DIO_8~DIO_11 can be used for communication.
However, DIO_8~DIO_11…
Part Number: CC2642R-Q1 I am set period to 1s, but device reset is 2s. I am set period to 4s, devicereset time is 8s.
I look up datasheet, is generate an interrupt to the controller on its first time-out, and to generate a reset signal on its second…
Part Number: CC2642R-Q1 Hi,
I'm working on CC2642 Chipset, and wrote a bootloader to jump into application and update application image, it's working fine. Recently I want to update Bootloader itself, so I tried to build a Ram loader which is sharing…