2018-09-16 04:11 AM
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
2018-09-16 06:24 AM
>>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.
2018-09-17 08:21 AM
Thank you, I solved the problem with creating new project.
2024-01-11 07:53 AM
new project helped