cancel
Showing results for 
Search instead for 
Did you mean: 

''STM32F3-DISCOVERY'' Error: L6218E: Undefined symbol HAL_UART_Init (referred from main.o)

uzair
Associate II
Posted on November 07, 2014 at 13:09

Hi,

I am new to embedded and  working on STM32F3-DISCOVERY board. I have two different programs for USART and MEMS. These programs runs separately , but whenever i try to merge these programs it gives an linling error like that....

 

STM32F3-Discovery\STM32F3-Discovery.axf: Error: L6218E: Undefined symbol HAL_UART_Init (referred from main.o).

Can you please tell me what should i do?

#linking #stm32f3-discovery
1 REPLY 1
Posted on November 07, 2014 at 17:05

Make sure your new project contains all the required HAL library source files.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..