Should 16-bit ADC data transferred by DTC from 0xFF1E address to uint16_t array be right-shifted by 6 bits?

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!

Parents Reply Children