How set NEMAGFX_MEM_POOL_SIZE in CubeMX
Hi,
I've a project with TouchGFX and FreeRTOS on an STM32H7RS. I was updating the library, regenerating the code from CubeMX but, I've noticed that, for some reason, the file \Appli\TouchGFX\target\generated\nema_hal.c has changed
// from
- #define NEMAGFX_MEM_POOL_SIZE 16128 /* NemaGFX byte pool size in byte */
// to
+ #define NEMAGFX_MEM_POOL_SIZE 24320 /* NemaGFX byte pool size in byte */but I can't find in the .ioc inside the CubeMX where this value is set and why it has been changed
Thanks

