Part Number: CC2642R-Q1 Other Parts Discussed in Thread: SYSCONFIG Please verify that when using CC2642R1FRGZR or CC2642R1TWFRTCRQ1, what changes need to be made? Either hardware or software?
For instance is the Product ID the same? Any other factors to…
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 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…
Part Number: CC2642R-Q1 Hi Team,
Here're few questions from the customer may need your help:
1) There're about 20K of data stored in non-volatile memory. Is it OK to store so much data?
2) How to check how much memory is being used by the user…
Part Number: CC2642R-Q1 Other Parts Discussed in Thread: CC2640 Hi Team,
We have upgraded our board from CC2640 to CC2642, but we are getting receiving sensitivity lesser than CC2640.
So we have compared the sensitivity among launch pads CC2640 vs CC2642…
Part Number: CC2642R-Q1 Other Parts Discussed in Thread: SYSCONFIG Team,
My customer is trying to implement an ADC function. It is setting the reference voltage at 4.3V-9.8bits as attached sysconfig capture, but it gets values like 3.3V-11.6bits setting…