Part Number: CC2538-CC2592EMK Other Parts Discussed in Thread: CC2538 Tool/software: hi team,
i am working with cc2538 am using external SPI flash IS25LP128 so how can i congifure for read and write operation and also suggest refrance code for that
Part Number: CC2538-CC2592EMK Other Parts Discussed in Thread: CC2538 Tool/software: hi team , i am working with CC2538 , i am tring to implement CTS RTS logic the logic of CTS RTS is when transmitter send RTS low then at reciver side on cts pin it recive…
Part Number: CC2538 Tool/software: Greetings of the day! In a case where the RF transceiving lines of RF_P and RF_N are not being used, is there a design suggestion for those pins or we can keep it floating? Thanks in Advance!
Part Number: CC2538 Hello team,
Can I know whether is it possible to create and store file in CC2538 micocontroller custom board? How to achieve this ? Actually, we are using contiki os with these CC2538 board. Best Regards, Kamalesh. C
Part Number: CC2538 Other Parts Discussed in Thread: CC2530 Tool/software: Hi Team, I am planning to connect CC2538 with IS25LP128-JBLE Flash. I want to use it as a programming flash. I have made the connections as follows:
PA2: CLK
PA3: CS#
PA4…
Part Number: CC2538 Other Parts Discussed in Thread: Z-STACK
Tool/software:
Hello, I am trying to configure some pins to wakeup the device. But when two of these three pins (BSP_KEY_1, BOARD_SWITCH_NC_PIN) are triggered, the watchdogs triggers sometimes…
Part Number: CC2538 Other Parts Discussed in Thread: Z-STACK , CC2652R , CC2650 Hi All
Our current solution is through two cc2538 to network with 100 zigbee end device (2650). One CC2538:Router Two CC2538:Coodinate
Q1:I hope to know if it is possible…
Part Number: Z-STACK Other Parts Discussed in Thread: CC2538 , Tool/software: Greetings of the day! I want to use Z-Stack on CC2538. Most of the QnA on this forum mentions that Z-Stack 3.0.2 cannot be used on CCS for CC2538, and one needs to use IAR for…
Part Number: CC2538 Tool/software: This is the test result.
this is how we set carrier wave mode.
bool hal_rf_init_ce_cw(void)
{
// Enable RF core clocks in active mode (not necessary on CC2538 PG1.0)
HWREG(SYS_CTRL_RCGCRFC) = 1;
//…
Part Number: CC2538 Other Parts Discussed in Thread: Z-STACK Hello Guys,
I am kamalesh, Now I deal with OTA through cc2538 microcontroller. While flashing the image (sample switch) to the board (CC2538), It shows some debugging error. But, I connected…