Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
i was asked to compare the power consumption in my CC1352R1 using sysconfig in code composer studio between
- 2.4 GHz Frequency Band (2440–2480 MHz)
- 250 kbps, 62.5 kHz Deviation, MSK, 530 kHz RX Bandwidth
- 250 kbps, 125 kHz Deviation, 2-GFSK, 530 kHz RX Bandwidth
- 100 kbps, 50 kHz Deviation, 2-GFSK, 350 kHz RX Bandwidth
- Sub-1 GHz Frequency Band (779–930 MHz)
- 50 kbps, 25 kHz Deviation, 2-GFSK, 100 kHz RX Bandwidth
- 200 kbps, 50 kHz Deviation, 2-GFSK, 311 kHz RX Bandwidth
- IEEE 802.15.4, 50 kbps, 25 kHz Deviation, 2-GFSK, 100 kHz RX Bandwidth
everything was fine, until i have to flash the code with
- IEEE 802.15.4, 50 kbps, 25 kHz Deviation, 2-GFSK, 100 kHz RX Bandwidth.
- 200 kbps, 50 kHz Deviation, 2-GFSK, 311 kHz RX Bandwidth
What different are, the default RF commands are now CMD_PROP_TX_ADV and CMD_PROP_RX_ADV. Because code composer keeps reminding me CMD_PROP_TX and CMD_PROP_RX are not defined. I select now CMD_PROP_TX and CMD_PROP_RX. and have to change Link Layer Max Packet Length from 2047 to 255. What i also changed from default setting, is that the TXpower from 14 to 5. Otherwise the configuration could not be setted.
Now there is no error anymore when i try to flash. But the process always stop at

Thank you for your help!