Senior III
March 30, 2018
Solved
STM32H743i & stmpe811
- March 30, 2018
- 3 replies
- 1189 views
Posted on March 31, 2018 at 00:35
I am trying to construct a CubeMX based version of the LwIP_HTTP_Server_Netconn_RTOS project in the repository. I have used the board selector in CubeMx of the H743i-Eval and setup the options for the hardware to match with the example. I have added the same drivers and BSP components as used in the project and all compiles OK.
However as soon as I try to add the call BSP_LCD_Init() the linker throws numerous errors all coming from stmpe811.o flagging IOE_Read, IOE_Write, IOE_Delay, IOE_ReadMultiple, IOE_ITConfig as undefined references.
What is going on?
I have attached the eclipse based project.