QSPI connection in STM32L412
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-24 7:59 PM
DEar forum
I'm designing a system to use a quad spi memory for log purposes. And I see that the L412R8I only features qspi bank 1 on AF10
Bank 0 is missing
Is it okay? I'd only use it by indirect access, because the memory is to be read and written
Are there code examples for this chip?
Cheers
Ignacio
Solved! Go to Solution.
- Labels:
-
STM32L4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-24 8:36 PM
There should be L4 QSPI examples in CubeL4 and the BSP code.
For writing use Page Write function of QSPI memory used. Flash Id/Bank passed in hqspi structure
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
‎2024-09-24 8:36 PM
There should be L4 QSPI examples in CubeL4 and the BSP code.
For writing use Page Write function of QSPI memory used. Flash Id/Bank passed in hqspi structure
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
‎2024-09-25 4:11 AM
Hi Tesla
I will check that asap.
Now regarding the qspi electrical connection, is okay to work with the bank 1 instead of zero? Unless that i'm missing something, there is no bank 0 in the L412
Best
Ignacio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 4:58 AM
Sorry!
My bad...
Best
Ignacio
