cancel
Showing results for 
Search instead for 
Did you mean: 

BSP symbols not recognised by IDE

ValterMatos
Associate II

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?

1 REPLY 1
Andrew Neil
Super User

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?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.