MD_SHAHRUKH
Advanced Member level 4
- Joined
- Jun 5, 2017
- Messages
- 103
- Helped
- 4
- Reputation
- 8
- Reaction score
- 5
- Trophy points
- 1,298
- Location
- Bangalore, India
- Activity points
- 2,388
Hello everyone,
I am trying to program lpc4357 for filesystem management. I am using mcb4300 development board for programming. And I am using drivers provided by keil. When used the example code for microSD card it is working fine. when I am changing the configuration for NOR memory, the filesystem APIs like 'fopen' 'fread' 'fwrite' are not working. The driver I am using is for N25Q032A for a SPI based NOR memory. I am able read or write byte separately to that memory when directly accessing the driver, but filesystem APIs are not working.
NOR memory datasheet : N25Q032A
LPC4357 User Manual: LPC4357 UM
Steps following for interfacing: File System
Please, suggest if more detail required. I have attached the project file, but I think there are many dependency files which directly attached by keil packs when project is created.
Thank you.
I am trying to program lpc4357 for filesystem management. I am using mcb4300 development board for programming. And I am using drivers provided by keil. When used the example code for microSD card it is working fine. when I am changing the configuration for NOR memory, the filesystem APIs like 'fopen' 'fread' 'fwrite' are not working. The driver I am using is for N25Q032A for a SPI based NOR memory. I am able read or write byte separately to that memory when directly accessing the driver, but filesystem APIs are not working.
NOR memory datasheet : N25Q032A
LPC4357 User Manual: LPC4357 UM
Steps following for interfacing: File System
Please, suggest if more detail required. I have attached the project file, but I think there are many dependency files which directly attached by keil packs when project is created.
Thank you.