<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    <br>
    I'm trying to write/read on a register address of a leon2 processor
    board. <br>
    I used the following C code directly executing on board<br>
    <br>
    <small><b>volatile uint32_t *address = (volatile uint32_t
        *)0x00100000;<br>
        *address = 0x00300000</b><br>
    </small><br>
    but it doesn't work. <br>
    I'm not able to find other solution. Can you help me? thanks<br>
    <br>
    Luca<br>
     <br>
  </body>
</html>