I have an application where I am sending a fixed packet length of 32 bytes to data pipe 1.
I have set the data width to 32,
I have auto acknowledge enabled on P1.
I have the TX and P0 address of the transmitter set to the P1 address of the receiver.
The data makes it to the receiver OK and is very repeatable but I don't ever get an acknowledge interrupt. I always get the MAX_RT interrupt.
I have read back all the registers and they are what I expect them to be.
This is actually post of the someone at other forums, but the my situation %100 same ... so looking for advice to find the problem... Thanks for your time ...