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

Keil example projects

I have a few nRF52833 development kits and want to get started with Keil (MDK-ARM). I could not find example projects in the packs that run on the PCA10100 board. Beside of that, just to see what’s in the projects I tried other examples for other boards, but they fail to compile out of the box (the file nrf_erratas.h is missing). Are there other packs or things required before I can get started with the PCA10100 board?

Beside of that, is there any reason why the examples use the old V5 compiler and not the actual V6 compiler?

Parents
  • Hi! Lukas:

    However, if you want to used the SDK example, I think that you have to better replace the arm_startup_nrf52.s & system_nrf52.c from your Device family package in Keil C. Or you may compiler error in your case "missing nrf_erratas.h and so on).

    Even through the board definition file is not support PCA10100 , you may use the others. It's just the hardware board definition . As you want you can build up PCA10100.h as your own. But the project should add on "BOARD_PCA10100" and modify the board.h in case. I think the more important thing is the softdevice. If the softdevice is the same, the project can be used without problems.

Reply
  • Hi! Lukas:

    However, if you want to used the SDK example, I think that you have to better replace the arm_startup_nrf52.s & system_nrf52.c from your Device family package in Keil C. Or you may compiler error in your case "missing nrf_erratas.h and so on).

    Even through the board definition file is not support PCA10100 , you may use the others. It's just the hardware board definition . As you want you can build up PCA10100.h as your own. But the project should add on "BOARD_PCA10100" and modify the board.h in case. I think the more important thing is the softdevice. If the softdevice is the same, the project can be used without problems.

Children
No Data
Related