STM32CubeIDE with TouchGFX Display show multi color error?
Hai..,
I am using STM32F746IGT MCU ( Waveshare Development Board ) and 7Inch Display
(1024x600)
Software are using " STM32CubeIDE 1.6.0 " and " TouchGFX 4.16.0 ".
I am Just create screen_1 (one color Box and one button) in TouchGFX
Configure in STM32CubeMX :
- FMC --> SDRAM 1--> SDCKE1+SDNE1 Starting Address 0xD0000000 (SDRAM : ISSI IC42S16400J-7TL)
- QUADSPI --> Bank1 with Quad SPI Lines (MICRON : MT25QL128ABA1ESE-0SIT)
- DMA2D
- LTDC --> RGB888 (24bits)
- CRC
- FREERTOS --> CMSIS_V2 --> Stack Size(Words) 512 or 4096 also.
- TouchGFX 4.16.0
I am facing problems :
- If i use SYS --> Timebase Source : TIM6,
While Debugging " SystemClock_Config() " then go to " TIM6_IRQHandler ".
2 Without using Timebase Source
While Debugging " osKernelStart() " then go to " HardFault_Handler ".
After upload ( Debugging) What's my display shows image mentioned bellow for your reference .
And in STM32Cube IDE main.cpp file show hide, that screen short also attached below
Please give me a idea for rectify my problem, I need to developed my own GUI using TouchGFX .
Thanks & Regards
M.Govind