MCU jump in a undefined state and touch doesn't work no longer
Hello,
I am working on a touchgfx Project STM32F7508-DK.
My GUI is already designed and I am do programming th intelligense to each GUI window.
I have implement few communication interfaces like ModBus, I2C - Temperatur probe ( same I2C used by Touch-Controller ) as well.
At the time, there are still a confuse behavior, because my real Display will go into undefined state after a short time after each start-up. I2C and USART interfaces doesn't work as well.
If I am in Debugging Mode, a error window appears in STM32CubeIde:
I take a look into "Build-Analyzer" ( in STM32CubeIde ) and see in the FLASH section .text following entry:
Memmory Regions is attached to get an overview:
I don't know what I could do anymore. If there is a problem of linker script?
Have anyone an Idea or can help me to figured out the problem?