| txcrc | If set to 1, the FCS is calculated automatically. Otherwise, the frame will be transmitted as it was downloaded. |
PHR = contains the length L of the frame D and FCS form the PSDU.
/* AT86RF231::[CONFIG] */ trx_bit_write(SR_TX_AUTO_CRC_ON, txcrc);
1.5.2