Other Parts Discussed in Thread: CC1352P,
Hi, I have a code that works on CC1352P and transmits and receivers proprietary mode packets; the radio is setup using CMD_PROP_RADIO_DIV_SETUP. The same code fails on CC2652P with a PROP_ERROR_NO_SETUP error (0x3803) from CMD_PROP_TX.
When I change the commandNo from CMD_PROP_RADIO_DIV_SETUP to CMD_PROP_RADIO_SETUP, the code runs on CC2652P, but only without the PA. When I try to configure the PA by putting 0xFFFF in the txPower field and adding pointers to the the TxStd and Tx20 overrides to the struct, setup fails with 0x0803, and the transmit commands also fail with 0x3803. This happens whether I fill in the TxStd and Tx20 in the appropriate fields in rfc_CMD_PROP_RADIO_DIV_SETUP_PA_t and when I cast the pointer to the struct to a pointer to rfc_CMD_PROP_RADIO_SETUP_PA_t (so these overrides follow directly the normal override field).
Any help would be appreciated.
Thanks, Sivan