cancel
Showing results for 
Search instead for 
Did you mean: 

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

Vins
Senior
 
1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

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? ​

Hello,

Hope this article may help you 🙂 :

https://helentronica.com/2021/01/22/touchgfx-on-a-custom-made-low-cost-board-with-the-ili9341-controller-over-spi/

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.