Hi Team, I am trying to add nrf_twi Files into MDEK10001 board by adding all required path and files in it but getting error like " ld returned 1 exit status". I am successful able to configure ADC and GPIO of nrf for MDEK1001 but not able to wor

Here I am getting error " ld returned 1 exit status " which is not able to resolve by me . Please help me out for enabling TWI in mdek1001 board . And also please tell me if nrf_twi is not going to work in Mdek1001 then suggest me how to use I2C pin on same.

Parents
  • Hello,

    I am using DWM1001 board containing nrf52832 .I want to integrate ADXL345 Sensor with this board using I2C, so I am adding TWI related files to my code but after adding these file I am getting "ld return 1 exit status " error.

    Before adding #include"nrf_twi.h" my project is working fine.

    I was able to run a sample project containing nrf_twi.h files but when I add these files into my DWM1001 project it is giving errors. 

    Is there any alternate way to work on that.

    Thanks

    Namrata B.

Reply
  • Hello,

    I am using DWM1001 board containing nrf52832 .I want to integrate ADXL345 Sensor with this board using I2C, so I am adding TWI related files to my code but after adding these file I am getting "ld return 1 exit status " error.

    Before adding #include"nrf_twi.h" my project is working fine.

    I was able to run a sample project containing nrf_twi.h files but when I add these files into my DWM1001 project it is giving errors. 

    Is there any alternate way to work on that.

    Thanks

    Namrata B.

Children
Related