Hi,
As a beginner, I want to combine spi and uart example in nrf52 11.0.0 sdk, for my application. I have included all libraries and driver files from uart in spi sample code. But while building the example I am getting following errors:
Error[Li005]: no definition for "__lseek" [referenced from xfspos.o(dl7M_tlf.a)]
Error[Li005]: no definition for "__close" [referenced from fclose.o(dl7M_tlf.a)]
Error[Li005]: no definition for "remove" [referenced from fclose.o(dl7M_tlf.a)]
Why these errors are coming ? Does anyone has any idea about this?