We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
beze said: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).