Hello:
I have read the documentation but I cannot determine if INPTR and OUTPTR can be set to the same memory address? I will try it to see what happens but it would be great to know if this is supported.
FYI: I want to do on-the-fly packet encryption. I want to set PACKETPTR in the radio peripheral to the same value as both INPTR and OUTPTR in the CCM peripheral. This way I dont have to have different buffers (saves memory).
Thanks!