Hi,
I'm trying to implement a ACK routine in my CC2543 -> CC2500 system where the CC2543 is sending a package and then expects an ACK from the CC2500. If the CC2543 doesn't receive, it will resend the package 10 times or until it finaly gets the ACK. The package is 7 byte long and the ACK could be the same package sent back or a shorter package of only 2 bytes for instance.
Is there any example code on how to do this with any of the devices or could I get some help to figure out the best way to do it?
BR