Dear Nordic
there are two question find in my software. it may be some matter with thest two question, so put here together.
1.
My software will be reset about several minutes. but no debug output in jlink rtt viewer.
my software is base NUS, and I add a scan , and a advertising, and a lorawan mac.
#define APP_ADV_INTERVAL 64 /**< The advertising interval (in units of 0.625 ms. This value corresponds to 40 ms). */
#define APP_ADV_TIMEOUT_IN_SECONDS 180
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */
#define SCAN_WINDOW 0x0050 /**< Determines scan window in units of 0.625 millisecond. */
#define SCAN_TIMEOUT 0x0000 /**< Timout when scanning. 0x0000 disables timeout. */
lora mac send one frame in about 7S with SPI.
2, my software print <00> error> ble_gatt: sd_ble_gap_data_length_update() (request) on connection 0x0 returned unexpected value 0x13.
when nrf connect app link the NUS service.
My SDK is nRF5_SDK_14.2.0_17b948a.
I try to test NUS SDK, it print is error also.
Hope it doesn't matter with the reset.
Thanks!