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

Bootloader compile error keil 5.12

Hi. I find this code github.com/.../nrf51-dfu-single-bank-ble I want to compile bootloader and download it on PCA10004. I have KEIL 5.12 and the project file of the link is for KEIL uvision 4. So if i try to compile it i incoming in few errors. Can you help me?? thank you.

best regards.

Parents
  • Hi

    The bootloader should work fine with Keil 5.12. This bootloader is for nRF51 SDK 6.0.0 and softdevice 7.0.0. So you download the zip file from Nordic's Github and then you include it in your SDK 6.0.0 folder. Sometimes when you unzip the zip file, there is created extra folder which makes your dependency files in the projects to be not found, since the project uses relative paths to dependent files. Could that be the case? What errors are you seeing when compiling?

Reply
  • Hi

    The bootloader should work fine with Keil 5.12. This bootloader is for nRF51 SDK 6.0.0 and softdevice 7.0.0. So you download the zip file from Nordic's Github and then you include it in your SDK 6.0.0 folder. Sometimes when you unzip the zip file, there is created extra folder which makes your dependency files in the projects to be not found, since the project uses relative paths to dependent files. Could that be the case? What errors are you seeing when compiling?

Children
No Data
Related