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

How to use serial port to show the RAM and modify the RAM start value in macOS?

I want to add a new ble service in hrs example(sdk15.3),I build and run the hrs example.and then I open the terminal emulator, but I can't find anything.I try to click the option"connect /dev/tty/usbserial",but makes nothing.How can I get something like this?(

<warning> nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.

<warning> nrf_sdh_ble: Change the RAM start location from 0x20002B90 to 0x20002B98.

<warning> nrf_sdh_ble: Maximum RAM size for application is 0xD468.

<error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.

because if I don't change the RAM, I won't find any service by bluetooth.

Parents Reply Children
No Data
Related