2025-12-11 8:23 AM - last edited on 2025-12-11 8:38 AM by Andrew Neil
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?
2025-12-11 8:40 AM
What do you mean by, "not recognised" ?
Is this just within the Editor, or an actual build error?
Does your project contain definitions for those functions?