This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cann't get the ble address by using API sd_ble_gap_address_get

I'm using PCA10028,SDK9.0,S130.I want to set and get the ble address,but I found that couldn't get the ble address by using API sd_ble_gap_address_get,the chip will reset all the time.The chip on the PCA10028 is nRF51422 QFACA 1503AD.Anyone meet the problem?

I do it like this: ble_gap_addr_t mac_addr;
err_code = sd_ble_gap_address_get(&mac_addr); APP_ERROR_CHECK(err_code);

Related