nRF SDK 17.1.0 sd140 7.2.0
I'm working on adding OTA DFU to ble_app_uart. I had my own custom service that was working and then added on the DFU files like ble_dfu.c and ble_dfu.h. I was running into 'out of memory' errors during sd_ble_gatts_characteristic_add. After some reading, I changed the Attribute Table size but some arbitrary amount. On the output the system asked me to change the RAM start address. I went into the Linker macros to adjust RAM start to the specified address but the output hasn't changed at all, it's still asking me to set it to the address I have defined. Should I have changed the Attribute Table size in the first place? Should I have changed something else?