rtems flashlib library

Luca Cinquepalmi cinquepalmi at planetek.it
Tue Jun 12 13:43:00 UTC 2012


Hi all,
I'm trying to write on flash using flashlib library included in samples 
of rtems.
Software is running on a leon2 processor.
I'm able to read value from rom address, but i'm not able to write on it 
(i can't erase
sector or write value on a specific address).
I explain:
if I use

*printf("value = %x\n", start[10000]);*

i read the exact byte without any problem, but if I run

*start[10000] = 0x10;*

as reported in *flashlib.c* file, no writing operation is done. How can 
I perform it?
Thank you.

Luca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20120612/caf510f6/attachment.html>


More information about the users mailing list