Skip to main content
FSTKMARO
Associate II
December 8, 2019
Question

STM32F769i-Disco with CUBEIDE

  • December 8, 2019
  • 8 replies
  • 2106 views

I have setup the board using CUBEMX 5.4.0 and firmware 7.15 for the board. I have followed the steps indicated in this post below.

https://touchgfx.zendesk.com/hc/en-us/articles/360020208091-Configuring-STM32F769I-DISCO

I have no idea on how to add QSPI support to the linker as indicated in the post. The post has instructions for KEIL but I am using CUBEIDE. All I get is snow on the LCD screen of the discovery board. Could the linker file be my problem in this case? If so, can someone point me to instrucitons on how to add QSPI support in the linker for this board?

Thanks

This topic has been closed for replies.

8 replies

Martin KJELDSEN
Principal III
December 11, 2019

If you were to simply add a box to your initial screen then it would not require QSPI - Can you display something as simple as that?

FSTKMARO
FSTKMAROAuthor
Associate II
December 12, 2019

Displaying stuff is not a problem when QSPI is not required. For example, displaying simple boxes, lines and text on the screen is fine with BSP drivers.

FSTKMARO
FSTKMAROAuthor
Associate II
December 12, 2019

I have copied one of the demonstration linker files for Flash and made the changes to my file. The display improved but not yet ok. The touchgfx screen ( a simple colored box and a button) does not display. The display is garbled somewhat. The code goes into an infinite loop apparently from a watchdog interrupt. I have not traced the calling event for it.