how do you combine stm32f446 and gfx01m1?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-06 5:47 AM
Hi all,
I m very new using stm32CubeIDE and TouchGFX.
I m trying to interface the two, but when creating a new project on TouchGFX, I am unable to find the stm32f446 Mcu to start my screen design.
Am i doing something wrong ?
Labels:
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
-
TouchGFX
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-07 10:52 AM
but when creating a new project on TouchGFX
is primary ONLY for demo projects and demo boards with displays.
Normal way :
- Start new project in CubeIDE
- config HW
- write or use BSP drivers for external HW in your situation SPI LCD and SPI NOR ... GFX01
- after your display and other works init and test
- add software package TouchGFX in ioc wizard and config as custom ... SPI
- ... docu FMC and SPI Display Interface | TouchGFX Documentation
