Related Posts
  • Forum Post: Simple way to access Registers in User Space

    There are many registers in DM3xx to configure a lot of features; GPIO, SPI, DMA, ... Almost all the registers are memory mapped registers. It means you can read/write registers after knowing the physical address of the registers. Linux is using virtual address mechanism and typically it is...