boards: arm: stm32l496 disco enables the quadspi NOR
This commit enables the 64Mbit quadspi NOR (mx25r6435) mounted on the stm32l496g_disco kit. Use the DMA transfer for QSPI: request 7 on channel3 of DMA2. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
c7b82096a4
commit
a13ccdad9c
3 changed files with 32 additions and 0 deletions
|
@ -142,6 +142,8 @@ The Zephyr stm32l496g_disco board configuration supports the following hardware
|
|||
+-----------+------------+-------------------------------------+
|
||||
| SPI | on-chip | spi |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| QSPI NOR | on-chip | off-chip flash |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PWM | on-chip | pwm |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| ADC | on-chip | adc |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue