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

Application production release guidelines.

Hi,

we are in the pre-production stage and going for the final production release of our application code based on ble_app_hid_mouse example, in this stage I would like to know whether there exist any guidelines or checklist to make sure the application code more stable for production, this is our first product using nrf52832 and SDK 17. I am listing some of the steps followed below.

  • We were using NRF_LOG for debugging purposes in both the backend UART and RTT, so we disable it from sdk_config.h
  • removed DEBUG preprocessor definition.
Related