Dear Community,
I have a scenario where the DTC is configured to transfer data from the source address 0xFF1E (specifically referring to the ADCR register) to a destination uint16_t array.
My question is: should the received data be right shifted by 6 bits for further use or DTC will transfer the 6bit right shifted data ?
Thank you!