[SOLVED] STM32F469I-Disco and TouchGfx 4.20.0. I bought STM32F469IDisco. Version MB1189-F469NIH6-B08-A222300689. When I try start new project with TouchGFX, result is black screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-22 9:57 AM
I tried both "Run Target" from TouchGFX Designer, and Cube IDE (Cube MX) compile / debug result is black screen. Compile, debug and run is without errors.
Solved! Go to Solution.
- Labels:
-
STM32F4 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-19 5:03 AM
no, it just is one LCD display example code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-19 8:53 AM
Thanks fo offer.
I will try it. Pleae send this project to PTI485@seznam.cz
I placed new question to TouchGFX forum, if anybody has TouchGFX project with driver NT35510.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-21 1:52 AM
stm32469i_discovery_lcd.h interface from the latest Cube F4 package works just fine. But only the touchgfx applications does not seem to work(even after replacing the OTM8009a code)
By the way, any idea why the TouchController initialization fail in touchgfx. Maybe the touch controller's I2C address is different?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-21 6:01 PM
Hello Ebby,
I was told that the difference with the latest revision B-08 is a change on the Touch Display circuit, where an out chip (out of microcontroller) pull-up resistor was removed from LCD_Reset Pin. This pin is connected to PH7. This is pointed in the User Manual UM1932.
Could you try to activate the internal pull up at this pin in STM32CubeMX as in the picture below ? Cannot guarantee it works as I do not have the board with me to test it.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-22 12:46 AM
Hi,
Debug from stm32469i_discovery_ts.c file, function BSP_TS_Init
I2C_address = 112 = 0x70
PH7 - with or without PULL UP - not working.
I found, function BSP_TS_INIT return error 0x03 = TS_DEVICE_NOT_FOUND
Important this funtion is calling approx 15 sec after program debug started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-29 1:26 PM
Hello,
I have the same problem with my STM32F469I-DISCO
DK32F469I$AU1
QR code:
MB1189-F469NIH6-B08
A222301588
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-30 12:56 AM
Created an example application with TouchGFX for board B08:
https://github.com/RTwTools/STM32F469I-Discovery/tree/feature/B08-nt35510
Binary:
https://github.com/RTwTools/STM32F469I-Discovery/releases/tag/B08-NT35510-V1.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-30 1:49 AM
Thanks for app.
Your Elf file working.
Small question: HOW DID YOU DO THAT?
When I tried open project, rebuild it, or make some changes, display remain black.
How did you do that?
Can you explain step by step: From new project in TOUCHGFX to DEBUG in STM32CubeIDE
is it possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-30 1:51 AM
You need to checkout the B08 branch: https://github.com/RTwTools/STM32F469I-Discovery/tree/feature/B08-nt35510
The main branch is the default app for the older display.
You can see the required changes in this commit: https://github.com/RTwTools/STM32F469I-Discovery/commit/26085432aa213f7dd75b59c06e9b40c444992ffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-11-30 2:04 AM
Ok
Job for this evening....
Thanks
