<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi all,<br>
    I'm trying to write on flash using flashlib library included in
    samples of rtems.<br>
    Software is running on a leon2 processor.<br>
    I'm able to read value from rom address, but i'm not able to write
    on it (i can't erase<br>
    sector or write value on a specific address).<br>
    I explain:<br>
    if I use <br>
    <br>
    <font face="Courier New"><b><small>printf("value = %x\n",
          start[10000]);</small></b></font><br>
    <br>
    i read the exact byte without any problem, but if I run<br>
    <br>
    <b><small><font face="Courier New">start[10000] = 0x10</font></small><font
        face="Courier New"><small>;</small></font></b><br>
    <br>
    as reported in <b>flashlib.c</b> file, no writing operation is
    done. How can I perform it? <br>
    Thank you.<br>
    <br>
    Luca<br>
  </body>
</html>