Skip to main content
Visitor II
December 11, 2025
Solved

BSP symbols not recognised by IDE

  • December 11, 2025
  • 1 reply
  • 73 views

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?

    This topic has been closed for replies.
    Best answer by ValterMatos

    I managed to solve it. OK now.
    I was having problems with the "stm32_adafruit_ts.c" file.
    Code successfully ported to the G431. Only a slight flickering on the display due to low memory.

    I didn't give up until I succeeded.
    Thank you.

    1 reply

    Super User
    December 11, 2025

    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?

    ValterMatosAuthorAnswer
    Visitor II
    December 11, 2025

    I managed to solve it. OK now.
    I was having problems with the "stm32_adafruit_ts.c" file.
    Code successfully ported to the G431. Only a slight flickering on the display due to low memory.

    I didn't give up until I succeeded.
    Thank you.