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

Can an application use more RAM if I make the attribute table size smaller?

I'd like to optimize RAM usage due to lack of memory. According to the release note of S130, the size of the GATT server attribute table can be set. To get more RAM for an application, can I set smaller address to IRAM layout if I reduce attr_tab_size of sd_ble_enable?

Related