user_read_data()

Implement user_read_data in usrtm_readda.c if read_req is 'TOOLKIT_YES'.

This function translates the given address into a physical memory location. It then queries the device to request the data starting at the given location for the given number of bytes. The information is then returned via the data buffer along with the status indicating the status of the read.

More information

Implementation checklist.