I want to learn how changes fftc configuration registers parameters. I know that configuration registers are updated from Tx queue descriptor Control header region with mapping. So here is my question, I configure thoose control registers when configurating Fftc Tx queue, then push a PKTDMA descriptor into the Tx queue, after taking the result of the related descriptor, then If I push another descriptor which has not a control header to same Tx queue, how does the fftc threat the new descriptor. Will configuration registers keep previous configuration parameter or they update again first configuration parameters which I give them at the begginning of the configuring the Tx queue ?
In short, Is there any register which keeps first configuration register parameters to configure every headless PKTDMA packet with same parameters or FFTC gives previous configuration parameters to new headless descriptor ?
Thanks