cancel
Showing results for 
Search instead for 
Did you mean: 

.\crccal.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f401xx.o).

Trinu
Associate III

.\crccal.axf: Error: L6218E: Undefined symbol SystemInit (referred from startup_stm32f401xx.o).

1 REPLY 1
TDK
Guru

Ensure SystemInit exists in your project somewhere, is being compiled as a C function, and that the resulting object file (*.o) that contains it is passed to the linker.

If you feel a post has answered your question, please click "Accept as Solution".