Hi,
I'm working on 802.15.4 with CC1352 and SDK 3_30_00_03
I saw that compared to your last SDKs, there is a big delay of 0.5 mSec from calling to post command (RF_postCmd) until the rising of the PA.
I used GPIO to measure it and it was rised right before the calling to RF_postCmd.
In the post command I sending a Tx structure, rfc_CMD_IEEE_TX_t which chained to Rx structure of type rfc_CMD_IEEE_RX_t.
It chained by pNextOp.
In the attached logic print you can see the device that sent a message and received ACK from the central unit.
There is 0.51 mSec from the GPIO rise until the PA rise.
Please advise in advanced.
Thanks,