BSP_TS_Init and BSP_TS_GetState are not recognized by IDE
Question moved from this thread.
+ Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code and a linker script content. Please read this post: How to insert source code.
One more question, if you can help.
BSP_TS_GetState(& osc->touchScreen);
BSP_TS_Init(ILI9488_TFTHEIGHT, ILI9488_TFTWIDTH);
BSP_TS_Init and BSP_TS_GetState are not recognized by IDE versions 1.19 and 1.20.
I have to disable them to compile, so the TOUCH doesn't work.
C:/Users/Valter/STM32CubeIDE/workspace_1.19.0/Oscillo_STM32G431CBU/Debug/../Core/Src/oscilloscope.c:48:(.text.oscilloscopeInit+0x138): undefined reference to `BSP_TS_Init'
C:/Users/Valter/STM32CubeIDE/workspace_1.19.0/Oscillo_STM32G431CBU/Debug/../Core/Src/oscilloscope.c:231:(.text.serveTouchScreen+0x10): undefined reference to `BSP_TS_GetState'
I have never used this command before.
Thanks
