Now i use sd_ble_gatts_hvx() to send data,it can not return anything while call this function. Step by step trace this function,while it run to code address 0x00016432,function compare two data,one data is store in 0x00016478( data value is 0xDEADBEEF),another data is store in 0x2000012c(data value is 0). If compare result is not equal ,function will fetch HardFault_handler entry and goto HardFault_handler. if manual update this data value from 0x00000000 to 0xDEADBEEF that store in 0x2000012c ,made it compare result is equal.then function is ok. What should i do to solve this program ?
Thanks!