''STM32F3-DISCOVERY'' Error: L6218E: Undefined symbol HAL_UART_Init (referred from main.o)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-07 4:09 AM
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
Labels:
- Labels:
-
STM32F3 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-07 8:05 AM
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..
Up vote any posts that you find helpful, it shows what's working..
