cancel
Showing results for 
Search instead for 
Did you mean: 

QSPI usage in STM32F769NI disco board

Balaraju Arror
Associate II
Posted on June 30, 2017 at 14:57

Hello Team,

I have purchased STM32F7 disco board. I want to use CubeMx tool to generate code and modify/use it.

Can I get CubeMx project for STM32F7 discovery board : STM32F769i - DISCO (MB1225B)

Thank you,

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on June 30, 2017 at 15:40

0690X00000607aFQAQ.png

View solution in original post

8 REPLIES 8
Nesrine M_O
Lead II
Posted on June 30, 2017 at 15:10

Hi

arror.balaraju

,

A set of examples usingSTM32F769NI discovery board are available under the STM32F7 firmware package:

STM32Cube_FW_F7_V1.7.0\Projects\STM32F769I-Discovery

-Nesrine-

Nesrine M_O
Lead II
Posted on June 30, 2017 at 15:13

About using QSPI on STM32F7 a set of example are provided  under the STM32F7 firmware package and can be

easily tailored to any other supported device and development board.

STM32Cube_FW_F7_V1.7.0\Projects\STM32F769I_EVAL\Examples\QSPI

Balaraju Arror
Associate II
Posted on June 30, 2017 at 15:33

Hello Nesrine,

Thank you for the help. I will use this example to explore QSPI.

I have other question is, can I get CubeMx project for the discovery board: STM32F769i - DISCO (MB1225B).

I want know how the components are configured in STM32CubeMx project. This I will take reference for my development.

Thank you,

Posted on June 30, 2017 at 15:40

0690X00000607aFQAQ.png
Posted on June 30, 2017 at 15:51

Hello Nesrine,

I am sorry, I could not explain correctly.

I have some knowledge on STM32MxCube. I know how to configure components.

But in case of Discovery board I do not have schematic. If I can get cube project, I can understand which all are components are connected to the host and via which communication they are connected. How LCD is connected? Of course via DSI, that I understood. But how LTDC is controlling ?? Which buffer is used for screen composition ? external SDRAM? how this SDRAM is accessed? via FMS?? DMA?? , why QSPI is used? to execute the code or only to fetch fonts etc.

If I can get the cube project that would be great help

Thank you,

Posted on July 04, 2017 at 10:36

Thank you,

I got answer in previous reply. I could not realize it.

Posted on October 19, 2017 at 10:18

Hi Nesrine,

there are no example to QSPI on STM32F769I_DISC0 ...I tried to adapter the example on STM32F769I_EVAL changing the GPIO configuration but it still don't work

Do you have a working example?