when i use sd_ble_gatts_hvx() to send data,it cause a HardFault error。 when i trace the sd_ble_gatts_hvx() function,it will run to 0x00016432,in there will be compare two data,which data at 0x00016478 (value is 0xDEADBEEF),and other data at 0x2000012c(value still 0x00000000)。
Is need i initial something solve the programe,made 0x2000012c value is 0xDEADBEEF?
Thanks!