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

Example project for Segger Embedded studio on nRF52810 and BLE

Is there a sample SES project for the nRF52810 which uses BLE?

Parents
  • I didn't find a project that was ready to use with the nRF52810, so I modified  the pca10040e ble_app_blinky  project, removing the DEVELOP_IN_NRF52832 macro and adding a DEBUG macro.  Is this the correct approach?  Running on a custom board, the debugger shows it crashing in ble_stack_init() with no error logged to the console.

Reply
  • I didn't find a project that was ready to use with the nRF52810, so I modified  the pca10040e ble_app_blinky  project, removing the DEVELOP_IN_NRF52832 macro and adding a DEBUG macro.  Is this the correct approach?  Running on a custom board, the debugger shows it crashing in ble_stack_init() with no error logged to the console.

Children
Related