This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error while building 'nrf52-mpu-easydma-using-gpiote-and-registers' example

I tried building 'pca10040' configuration of "nrf52-mpu-easydma-using-gpiote-and-registers" example from "https://github.com/Martinsbl/nrf5-mpu-examples". The following error comes while building the example. It also shows 'Build Completed' at the end but hex file is not getting generated.

Parents
  • Hi,

    It is hard to see what the error says in your image, but it looks like the compiler tries to open a file, but the path to the file leads to a folder that is not included in the example in github. Can you put these project files in a zip-file and upload them, so I can try to compile it myself?

  • Hi Martin,

    I extracted these projects in examples folder of SDK 14.2 and tried building "nrf5-ble-mpu-data-ready-interrupts" this example.7585.nrf5-mpu-examples-master.zip

  • Hi,

    Your image indicates that you are trying to compile the "nrf5-ble-mpu-data-ready-interrupts" example for PCA10040, but you write that you are trying the "nrf52-mpu-easydma-using-gpiote-and-registers" example. In your .zip file there are no SES projects for the PCA10040 "nrf5-ble-mpu-data-ready-interrupts" example either. Are these the correct files?

Reply
  • Hi,

    Your image indicates that you are trying to compile the "nrf5-ble-mpu-data-ready-interrupts" example for PCA10040, but you write that you are trying the "nrf52-mpu-easydma-using-gpiote-and-registers" example. In your .zip file there are no SES projects for the PCA10040 "nrf5-ble-mpu-data-ready-interrupts" example either. Are these the correct files?

Children