Hi PeterG,
Not sure what is going wrong in your case, but I will describe the procedure step by step with screenshots. Don't have any BOOSTXL-CC1125 board but using the TrxEb board should be the same.
Step 1. Program the bootloader.
- Select the…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 Tool/software: Code Composer Studio commandstrobe(SRX);
while(1) {
read_ch1=read16bitreg(MARCSTATE); readburst8bitreg(RXFIFO,&data); read_ch2=read16bitreg(MARC_STATUS1);
}
void…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 Hi,
Does the PKT_SYNC_RXTX interrupt checks for a valid CRC ? I am currently using the PKT_SYNC_RXTX as my interrupt mechanism and have set the PKT_CFG1 _ CRC_CFG as 0x01.
Part Number: CC1125 Other Parts Discussed in Thread: MSP430F5529 , CC1101 , CC1120 ,
Tool/software: Code Composer Studio
Hi,
i have two launchpad
BOOSTXL-CC1125 + LAUNCHPAD MSP430F5529
BOOSTXL-CC1125 + connected at CP with SmartRF software
…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 Tool/software: Code Composer Studio I am working with a BOOSTXL CC1125 and MSP EXP430 FR6989. I am trying to interrupt my MSP when some data is received on my CC1125. I have set the GPIO2…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 Hi,
How can we change the frequency of operation of the CC1125 booster pack which is designed for operating in 868/915 MHz frequency band ? What are the changes to be made in the board…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 I have ordered the booster pack for CC1125 and expect it tomorrow. I downloaded SmartRF Studio 7 and selected CC1125 to run offline. In the Device Control panel there is a window called…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: MSP430FR6989 , CC1125 , CC1120 Tool/software: Code Composer Studio I am trying to communicate the CC1125 booster pack module which is interfaced to an MSP430FR6989 with an another CC1125 booster…
Part Number: BOOSTXL-CC1125 Other Parts Discussed in Thread: CC1125 Tool/software: Code Composer Studio Is it possible to sent and receive packets with packet length greater than 128 bytes in CC1125 transceiver ?
Other Parts Discussed in Thread: LAUNCHXL-CC1350 , BOOSTXL-CC1125 , LAUNCHXL-CC2650 , MSP430WARE , CC1125DK , CC2640 , CC1120 , CC1125 , CC2540 Hello
In the documentation of BOOSTXL-CC1125 it is stated that the boosterpack is compatible with MSP-EXP430F5529…