[En-Nut-Discussion] Question about the xflash-driver

Michael Fischer fischermi at t-online.de
Thu Jan 5 10:45:35 CET 2006


Hello Sakari,

the driver provide the standard c I/O functions like Init, Read, Write,
Open...
but it is NOT possible with this version to create other files.

Take a look in the xflash.c:

- XflashOpen is limmited to "xflash.bin"
- The start address in flash is always 0 (wStartPage = 0)

You can using this driver as a starting point for your own application.
Take a look at the low level function:

XflashInit, PageRead, PageWrite

Regards,

Michael







More information about the En-Nut-Discussion mailing list