Part Number: CC2533 Other Parts Discussed in Thread: TIMAC , REMOTI
Tool/software:
Hello!
I'm working on a old project using CC2533 with TIMAC v1.5.0. I'm trying to disable the I2C, since it is not being used and is defaut initialized with pull-ups. I…
Part Number: CC2630 Other Parts Discussed in Thread: SYSBIOS , TIMAC , Z-STACK ,
I am writing for an existing deployment so I cannot use the resources available in ROM. SYSBIOS and Stack has to entirely be in flash. I'm seeing that the FLASH_ONLY config …
Part Number: CC2630 Other Parts Discussed in Thread: TIMAC , CC2650 This is for an existing product so I have no flexibility in hardware, software or the type of encryption I am using.
I am writing an application for a CC2630 that requires CBC AES function…
Part Number: CC2630 Other Parts Discussed in Thread: SYSBIOS , TIMAC , CC2650 I am writing for an existing (deployed) hardware product that has been running a non TI RTOS solution. Due to the nature of the flash on the CC2630 I cannot write to flash addresses…
Part Number: CC2530 Other Parts Discussed in Thread: TIMAC , Hi Team,
I use the protocol stack as TIMAC, adopt the beacon mode, and synchronize all devices. The scenario I need is that after the beacon frame carries device information, the terminal device…
Part Number: CC2530 Other Parts Discussed in Thread: TIMAC , Z-STACK Hi team,
Here's the request from the customer:
Customer's design requirement is to dynamically switch the channel through the serial port, and store the channel in the NV to ensure…
The coordinator and nodes should not have to re-establish network connections if NV memory is retained. Does the Beacon Payload change if the length is retained or if the length is changed after the payload itself? What version of TIMAC are they using…
Part Number: CC2530 Other Parts Discussed in Thread: TIMAC
Tool/software:
#define MSA_MAC_CHANNEL = MAC_CHAN_11; // in msa.h TIMAC
is it ok the below modified source?
extern uint8 MSA_MAC_CHANNEL ;
MSA_MAC_CHANNEL =20; // in msa.c
if channel is chaged…
Part Number: CC2530 I'm working to resolve possible issues with TI ZigBee parts.
I would like the source code for the TIMAC-CC2530.lib to facilitate debug.
I need both 2.x and 3.x source code for the TIMAC-CC2530.lib.
Part Number: CC2630 Other Parts Discussed in Thread: TIMAC , SMARTRFTM-STUDIO , Z-STACK , CC2650 , CC2650EM-4XD-RD , SIMPLELINK-2-4GHZ-DESIGN-REVIEWS Moving my code from a CC2630_7x7(RGZ)-based board to CC2630_4x4(RSM)-based board, I see exactly the same issue…