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

Development Kit and Standalone Difference

Hello there,

I purchased some NRF52832 Development Kits and some NRF52832 Standalones. I wrote some code and flashed it to the development kit and it worked. Otherwise, when I flash it to the standalone, it freezes so frequently. A question is: is (are) there any differences between these two, in terms of how I should write the code?

Thank you!

NRF52832 Development Kit:

NRF52832 Standalone:

The link where I bought from: item.taobao.com/item.htm

Parents
  • Hi Winz,

     I would recommend that you check out the documentation of "using the SDK with other boards".

    From the documentation:
    "To add support for a custom board, you must create a custom board support file with the name custom_board.h. This file must be located in a directory in the Include path. You can then select to use the custom board by adding the define statement #define BOARD_CUSTOM.

    The easiest way to create the custom_board.h file is to start with an existing platform definition file (for example pca10040.h) and adapt it to your needs."

     

     

     

Reply
  • Hi Winz,

     I would recommend that you check out the documentation of "using the SDK with other boards".

    From the documentation:
    "To add support for a custom board, you must create a custom board support file with the name custom_board.h. This file must be located in a directory in the Include path. You can then select to use the custom board by adding the define statement #define BOARD_CUSTOM.

    The easiest way to create the custom_board.h file is to start with an existing platform definition file (for example pca10040.h) and adapt it to your needs."

     

     

     

Children
No Data
Related