cancel
Showing results for 
Search instead for 
Did you mean: 

L6218E: Undefined symbol Error

AE104
Senior

Hello,

During SPI programming , I got this error,

DAC and Analog Switch Control 9 14 18 v1\DAC and Analog Switch Control 9 14 18 v1.axf: Error: L6218E: Undefined symbol SystemClock_Config (referred from main.o).

DAC and Analog Switch Control 9 14 18 v1\DAC and Analog Switch Control 9 14 18 v1.axf: Error: L6218E: Undefined symbol _Error_Handler (referred from spi.o).

Is there anyone have an idea about solving the problem?

Thank you

3 REPLIES 3

>>Is there anyone have an idea about solving the problem?

Make sure you project actually contains code for these functions, and they are correctly named?

Functions that are "static" will not be visible to different files.

Include files and function prototypes provide calling details, not body code for the functions.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
AE104
Senior

Thank you, I solved the problem with creating new project.

new project helped