Part Number: CC2538 Other Parts Discussed in Thread: CC2591 , CC2530 , CC2510 , CC2592 , CC2520 , TIMAC Hi,
I'm using MRF24J40MD modules on my products to create star-topology networks between a IEEE802.15.4 border router and some nodes. Now, MRF24J40MD…
Part Number: CC2538 Hello,
I am using Zigbee 3 on a CC2538 and I want to implement MT in generic app. The only thing that I have done is enable the MT flags. What else do I have to do to be able to use Z-Tool?
Part Number: CC2538 Other Parts Discussed in Thread: CC2652R , Z-STACK , Hello,
I have made a router and a coordinator from the generic app. But when the router joins the network it stays for a few seconds and then it leaves.
I have tried with another…
Part Number: CC2538 Other Parts Discussed in Thread: CC2530 , CC1352R , CC2652R , Z-STACK , LAUNCHXL-CC26X2R1 , SIMPLELINK-CC13X2-26X2-SDK , LAUNCHXL-CC1352P Hello,
I want to use the above ZigBee device in one application where I will be transmitting…
Part Number: CC2538 Hello,
I want to process incoming AF Commands through MT. I know that I have to call MT_AfIncomingMsg() somewhere, but I don't know where.
Can anyone help?
Part Number: CC2538 Hello,
is there any way to check if my CC2538 is Bootloader Backdoor mode that would allow me to flash it over just UART converter?
I've bought such a minimalistic board as shown below and after all the reading on the internet…
Part Number: CC2538 Hello,
I am reading the user manual related to the MAC timer for the cc2538 radio and I am having difficulties in understanding some of the operations provided. I am mainly interested in the timer-compare and counter-overflow-compare…
Part Number: CC2538
Hi,
I am trying to implement the data transfer from memory to the RF TX FIFO using uDMA. Here is my code:
#include "udma.h"
#include "hw_ints.h"
#include "interrupt.h"
#include "hw_rfcore_sfr.h"
#define RF_TX_CHANNEL UDMA_CH2_RESERVED0…