We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello all, I am using STM32F207VC controller. and I am using uvision4 IDE, When I try to compile a simple code, I get the error tst1.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f2xx.o). . I have place stm32f2x file to my project directory.
But still the same problem.
Please help in resolving this.
Thanks
Hi,
Do you have any definition of Systeminit your code. In main you should call a function with the same name to initialize the BSP. Startup file is calling this function first and it's not in your source code. Go through some demo projects for keil on STM32f207, you will get this functions definition.