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

QCA400x undefined symbol Driver_SPI

Hello,

I am using the lpc55s69 from NXP in combination with the mikroe 10 click (a wifo board based on qualcomm qca4004x). I tried to set up the wifi with CMSIS WiFi driver from MDK-Pack::QCA400x_WiFi_Driver but everytime i try to build the project I get Error: L6218E: Undefined symbol Driver_SPI0 (referred from cust_spi_hcd.o). I really do not understand the issue there. Maybe somebody has a similar setup or did face the same issue and can help me solving this problem.

Thanks in advance and best regards,
Lukas

Parents
  • L6218E: Undefined symbol Driver_SPI0 (referred from cust_spi_hcd.o). I really do not understand the issue there

    It means you have tried to call a function called Driver_SPI0() - but you haven't provided any definition (ie, implementation) of that function.

    So you must be missing some driver or library file(s).

Reply
  • L6218E: Undefined symbol Driver_SPI0 (referred from cust_spi_hcd.o). I really do not understand the issue there

    It means you have tried to call a function called Driver_SPI0() - but you haven't provided any definition (ie, implementation) of that function.

    So you must be missing some driver or library file(s).

Children
No data