Hi guys, i'm using the dm816x board as my learning board. i had ioremap a memory region,then i iowrite32() a string into that region and ioread32() from that region and everything is work prefectly.
However, when i read from user space using mmap().it cannot show me the string.Can anyone help me?Thank you.