2024-09-24 07: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.
2024-09-24 08: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
2024-09-24 08: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
2024-09-25 04: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
2024-09-25 04:58 AM
Sorry!
My bad...
Best
Ignacio