Go to previous topic
Go to next topic
Last Post 09 Apr 2009 09:39 AM by  mikea@logicpd.com
OEMAddressTable mapping
 1 Replies
Author Messages
abhijeet
New Member
New Member
Posts:


--
23 Mar 2009 07:21 PM
    Hello,
    I am using LogicPD WinCE BSP on OMAP35X.
    I am trying to map a physical address(0x3F000000) by adding its entry into OEMAddresstable.
    This Address supposed to give the GPMC memory address space.
    I am getting some virtual address after using MmMapIospcae(), but whenever I am going to
    read this memory location I am getting always "0" on this location.
    can anyone give solution to this?

    Thanks in advance

    Abhijeet
    mikea@logicpd.com
    New Member
    New Member
    Posts:


    --
    09 Apr 2009 09:39 AM
    It would help if you posted what you changed, perhaps the whole address table with your updates.

    Can you show your code for how you are accessing the virtual space?


    ---