Hi,
Can anyone give me information on how to use m25p80 SPI flash drivers in user space application.
Is there any example application regarding this ?
Regards
Jitendra
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Can anyone give me information on how to use m25p80 SPI flash drivers in user space application.
Is there any example application regarding this ?
Regards
Jitendra
Hi,
Currently on OMAP-L138, m25p80 SPI flash can be accessed using MTD interface. So you can do flash_erase and then mount and copy the required files onto the MTD partition.
Regards, Sudhakar
If you absolutely need to access it from an application and have full control over the Flash data (which is not the case with MTD), then you could expose your SPI bus with SPIDEV and perform SPI transactions directly from your application through the SPIDEV interface.