2019-02-06 02:45 AM
W25Q16JVSNIQ winbond external SPI is attached to my STM32L462CE MCU. I want it to store some data so how can I do it? can you please provide some example code for this.
2019-02-06 07:25 PM
I need to erase, write and read operation in External Quad SPI memory so how can I do that?. Is there any specific driver available for it?. Can anybody help me on this?.
2019-02-06 07:35 PM
Review BSP examples for the L4 DISCO and EVAL boards supporting QSPI, and with demo and example code.
STM32Cube_FW_L4_V1.13.0\Drivers\BSP\STM32L476G_EVAL\stm32l476g_eval_qspi.c
STM32Cube_FW_L4_V1.13.0\Projects\32L496GDISCOVERY\Examples\QSPI\QSPI_MemoryMapped
2019-02-06 07:38 PM
Thanks... Clive!!! I will go through it and if found any issue, I update you.
2019-02-06 09:55 PM
2019-02-07 11:48 PM
Any mistake in the sample code?
2019-02-08 08:30 AM
Hard to say, looks reasonable, don't have hardware to replicate.
Have you stuck a scope or logic analyzer on the signals and checked them?
2019-03-05 12:51 AM