Hello Zakba.1Actually I am working on standard SPI for W25N NAND memory. I don't know how the QSPU supposed to work. I have some problems with writing on this memory (Load program Data & Program Execute). Did you solve it?Thank you.
thank you for your consideration. so you mean I have to uncomment following lines?// HAL_GPIO_WritePin(per->cs_gpio, per->cs_pin, GPIO_PIN_SET);//// HAL_GPIO_WritePin(per->cs_gpio, per->cs_pin, GPIO_PIN_RESET); I did it but it does not work :(
Dear Ayoub,I'm working on functions to read from W25N01GVZEIG and write to it but I have some issues with the them. Now, I'm trying to write a function which gets page address and column address, and data, to write that data in the certain address. N...