Hello !
I wish to know if there is a way to retransmit the same content of the TxFifo without re-filling it. In other words I need to transmit the same 64 bytes block two times identical, avoiding waste of time and power due to refilling the TxFifo with the same data of the previous packet.
Obviously if I set the Packet_Lenght = 64, fill the TxFifo with 64 bytes and give the strobe Tx command everything works fine and I can repeat this sequence how many times I need.
I wish to :
1st time: set the Packet_Lenght = 64, fill the TxFifo with 64 bytes and give the strobe Tx command
2nd time: give the strobe Tx command (or a simple sequence of commands) to retransmit the same packet of the 1st time
Do you think it's possible ?
Many thanks
Giuseppe