Go to previous topic
Go to next topic
Last Post 07 Oct 2011 05:50 AM by  dveasie
Register Read/Write
 0 Replies
Author Messages
dveasie
New Member
New Member
Posts:1


--
07 Oct 2011 05:50 AM
    I am trying to set registers via the mem_util and it does not seem to be working. I am trying to set address offset 0x0000 0090 with value 0x2800 2200.

    The command that I am using is:
    root@am3517-evm:/home/embedded/am35x/memory# ./mem_util b 0x00000090 0x28002200
    Memory mapped at address 0x40222000.
    Illegal data type '0'.

    Any suggestions or comments would be appreciated.

    Thanks,
    Dan


    ---