A20 LRADC

Started by oplein, February 09, 2020, 09:27:39 AM

Previous topic - Next topic

oplein

Hi! I'm new to the A20 development board and I would like to know if it's possible to have access to the value read by the LRADC pin.

Thank you

martinayotte

Most probably by using /dev/mem to access LRADC registers starting at location at 0x01C22800 address. DATA0 and DATA1 registers are respectively at 0x01C2280C and 0x01C22810.