Part Number: PROCESSOR-SDK-AM64X
Hi,
I am working with an algorithm that requires me to xin/xout 0 bytes of data. (I agree it does not add value to xout 0 bytes, but I need to do this in my program for correct functioning.) Currently checked it in BS_RAM memory.
xout 0x1E, &R2, 0
xin 0x1E, &R2, 0
These instructions xout and xin 4 bytes of data instead of zero! Not sure why :/
xout 0x1E, &R2, 1
xin 0x1E, &R2, 1
These instructions xout and xin 1 byte of data.
Can you confirm this? How do I xout 0 bytes of data?
Best Regards,
Madhurya