STM32L462CE with external SPI flash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 7: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?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 7: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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 7:38 PM
Thanks... Clive!!! I will go through it and if found any issue, I update you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-06 9:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-07 11:48 PM
Any mistake in the sample code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-08 8: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?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-05 12:51 AM
