So I'm trying to merge the ble_app_uart example with a project of my own, using SDK 14.2.0, but keep getting errors with the ram.
At first, my own project's ram start was 0x20002000 and the size was 0xE000, but I changes these to 0x20002A68 and 0xD598, as they are in the example, as the nrf_sdh_ble_enable function gave an error saying it didn't have enough ram.
But now, the ble_nus_init function gives the same ram error, and changing the ram start and size hasn't given any results.
Any tips?