Skip to main content
Balaraju Arror
Associate II
June 30, 2017
Solved

QSPI usage in STM32F769NI disco board

  • June 30, 2017
  • 3 replies
  • 2140 views
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,

    This topic has been closed for replies.
    Best answer by Nesrine M_O
    Posted on June 30, 2017 at 15:40

    0690X00000607aFQAQ.png

    3 replies

    Nesrine M_O
    Associate
    June 30, 2017
    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
    Associate
    June 30, 2017
    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

    Giampaolo Giacopelli_O
    Associate
    October 19, 2017
    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?

    Balaraju Arror
    Associate II
    June 30, 2017
    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,

    Nesrine M_O
    Nesrine M_OBest answer
    Associate
    June 30, 2017
    Posted on June 30, 2017 at 15:40

    0690X00000607aFQAQ.png
    Balaraju Arror
    Associate II
    June 30, 2017
    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,