BSP symbols not recognised by IDE
Split from STM32G431CBU: section `.bss' will not fit in region `RAM' as that issue is solved, and this is a new question.
One more question. If you can help.
BSP_TS_Init e BSP_TS_GetState is not recognized in IDE versions 1.19 and 1.20.
Therefore, TOUCH doesn't work.
BSP_TS_Init(ILI9488_TFTHEIGHT, ILI9488_TFTWIDTH);
BSP_TS_GetState(& osc->touchScreen);
What did I forget to port?
