Hello,
My tool are STM32F469-Discovry board. I developp with True Studio.
I load the "Climate Cabinet' example with the command line / make / make install. The demo runs well.
Now I want to go deeper & try to play around this demo with my own code.
I follows step to run with true Studio : Set PostProcessor in the GUI, F5 & open the already configured project.
I build & debug. Compilation ok. but when I start the program, the screen is cut in half verticaly, left side stay black, right side is snow.
The program fall in hard fault after a short time.
The uart output is :
Create UI thread... [OK]
Initialize Display... [OK]
Initialize Touch Driver... [OK]
Initialize Memory Manager... [OK]
MemoryPool at address 0xC00BB800 size 0x00E89000
Initialize Graphics Engine... [OK]
Create Embedded Wizard Root Object... System halted! [HardFault_Handler]
I don't know what I forgot or do in the wrong way.
I will appreciate your help to avoid to loose to much time on it.
Many thanks
Bertrand