2014-11-07 04:09 AM
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
2014-11-07 08:05 AM
Make sure your new project contains all the required HAL library source files.