Posted on December 19, 2012 at 12:47
Hello pals i am new to the stm32 programming, i am trying to configure usart via irq handler, can someone help?
#include <stm32l1xx.h>
#include ''stm32l1xx_usart.h''
#include ''STM32_Init.h''
void
...
Posted on December 21, 2012 at 12:20linking....\bin\testux.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32l1xx_md.o)..\bin\testux.axf: Error: L6218E: Undefined symbol assert_param (referred from stm32l1xx_gpio.o)..\bin\t...
Posted on December 21, 2012 at 08:21mate that was very useful, however i get this message..main.c(29): error: #20: identifier ''USART_InitStructure'' is undefinedand i now look in stm32l1xx_usart.h and do not Find USART_InitStructurewill i have to ...
Posted on December 20, 2012 at 15:25hello mate thanks for reply, i have included the init files both in project via keil and also in the project folder, i am new to this programming, ok i will include the stm32 firmware files!