Skip to main content
Vins
Associate III
November 18, 2021
Solved

How to port the Touch GFX generated code of STM32F769NI Disco to STM32F769AI ?

  • November 18, 2021
  • 3 replies
  • 995 views

..

This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

If you look at the datasheet DS11532 Rev 7 / Table 2, the only difference between the tow versions (STM32F769NI & STM32F769AI) is the Ethernet availability.

Also you should take care about the GPIOs used by the different resources used by TouchGFX (DSI, SDRAM etc ..). So if with STM32F769AI, GPIOs still there, normally you can port it directly to your MCU version (STM32F769AI) without issue.

3 replies

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
November 18, 2021

Hello,

If you look at the datasheet DS11532 Rev 7 / Table 2, the only difference between the tow versions (STM32F769NI & STM32F769AI) is the Ethernet availability.

Also you should take care about the GPIOs used by the different resources used by TouchGFX (DSI, SDRAM etc ..). So if with STM32F769AI, GPIOs still there, normally you can port it directly to your MCU version (STM32F769AI) without issue.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Vins
VinsAuthor
Associate III
November 22, 2021

Hi @Community member​ ,

Thank you for your reply.

I want to use SRAM instead of SDRAM, and SPI interface for custom display.

Is it possible to implement? ​

mƎALLEm
ST Technical Moderator
November 22, 2021
To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.