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

NRF52832 can not use 64K RAM

hi all: Recently, I develop with nrf52832, the softdevice is nRF52_SDK_0.9.0_0c82e3e. In my application, I need a big buffer, so 32K ram can not satisfied. As the errata of nrff52832, the link as follows: infocenter.nordicsemi.com/index.jsp
infocenter.nordicsemi.com/index.jsp When I modify the IDE options, the application break down in the sd_ble_uuid_vs_add() function, the error is NRF_ERROR_INVALID_ADDR. How can I fix this problem??

thanks a lot!

Related