HardFault in TouchGFX Default Project on STM32H7S78-DK
Hello,
I am using a STM32H7S78-DK and I created a project using TouchGFX Designer with the default empty template. However, when I try to run it, the board immediately hard faults.
Stack Trace:
main()
└── MX_TouchGFX_Init()
└── touchgfx_components_init()
└── nema_init()
└── nema_sys_init()
└── tsi_malloc_init_pool_aligned(1, (void*)nemagfx_stencil_buffer_mem, (uintptr_t)nemagfx_stencil_buffer_mem, NEMAGFX_STENCIL_POOL_SIZE, 1, 8);
I've seen some some discussions where the CRC could be the problem, everything seems fine with the CRC, and i don't think any of the issues are directly related to the NeoChrom GPU.
A while back i tried the same project setup, and it was fine. After that i was checking Rust with Embassy and adding lvgl to an empty project. I'm not sure if it could be related, it might just be a weird coincidence.
