This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32F207VC

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

Parents
  • 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.

Reply
  • 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.

Children
No data