This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Are nRF52 Examples compatible with µVision 5.17?

When i load a nRF52 example in Keil µVision 5.17 (for example ble_app_proximity_s132_pca10040) The i get a indication that the Configuration files are not compatible I am also not able to load the S132 soft device hex file into my PCA10040 development board

Parents
  • Try to use examples for pca10036. You may need to comment some GPIO code in header file. The compiler will tell you while compiling where you have to COMMENT the whole section. Then it will work for NRF52. Thats how it worked for me.

Reply
  • Try to use examples for pca10036. You may need to comment some GPIO code in header file. The compiler will tell you while compiling where you have to COMMENT the whole section. Then it will work for NRF52. Thats how it worked for me.

Children
No Data
Related