Skip to main content
Visitor II
September 16, 2018
Question

L6218E: Undefined symbol Error

  • September 16, 2018
  • 2 replies
  • 2334 views

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

    This topic has been closed for replies.

    2 replies

    Graduate II
    September 16, 2018

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

    AE104Author
    Visitor II
    September 17, 2018

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

    Explorer
    January 11, 2024

    new project helped