I am using the Dynastream D52DK1 ANT starter kit -based on Nordic Semiconductor’s nRF52832. According to the documentation given by Dynastream,
- Open the desired project file.
- Click on the "Options for target" button.
- Click on the “C/C++” tab
- Change “BOARD_PCA100XX” to “BOARD_D52DK1” (D52 Starter Kit) in the “Define:” text box. I have performed the necessary task. When i build the program it gives errors including the error "Board not defined" I tried to define D52DK1 in the boards.h header file,but the same is not defined and included in the SDK, and hence does not work. Could you please provide me with a solution for the same. Thank you