2022-10-22 09: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.
2022-11-19 05:03 AM
no, it just is one LCD display example code
2022-11-19 08: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.
2022-11-21 01: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?
2022-11-21 06: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
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.
2022-11-29 01:26 PM
Hello,
I have the same problem with my STM32F469I-DISCO
DK32F469I$AU1
QR code:
MB1189-F469NIH6-B08
A222301588
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
2022-11-30 01: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?
2022-11-30 01: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
2022-11-30 02:04 AM
Ok
Job for this evening....
Thanks