This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Keystone K2H

Hi,

I am using K2H EVM.

Here can i access the NETCP Registers through ARM, 

if Yes how can i access these register, is there any mapping..........?

Thanks

Tushar

  • Tushar,

    Yes, you can access the NETCP registers through ARM.
    Go through the device datasheet and EVM TRM for ARM based Memory mapped address to the particular module.
    You can use that particular register address to find the value using mmap() on ARM using linux.