A memory error while compiling an older example.

Hi,

I recently wanted to compile this example https://github.com/NordicPlayground/nrf5-ble-tutorial-characteristic?tab=readme-ov-file on another dk to learn about ble development but the softdevice throws an memory error, no clue what should i do. Desperate i tried changing ble fram ram size, ram start etc and even using chatgpt but still it couldnt solve it. I encountered it with another exaple that c files i threw into a ble_app_example projects and used the s140 ses (im using segger es) workspace files, and for this example i threw the pca10056 files from the ble app template to the project, and it throws an error like this in the logger:

app_timer: RTC: initialized. <error> app: ERROR 4 [NRF_ERROR_NO_MEM] at C:\nrf_sdk\examples\MyProjects\nrf5-ble-tutorial-characteristic-master\our_service.c:85 PC at: 0x0003294D <error> app: End of error report

please help me, i got this dev kit on "flea market" and dont want to throw it "on the shelf" i want to learn it but crap like this ruins my day ): . Any clues whats wrong? The project is exactly the same as i described: the project from the link and the thrown pca10056 ses workspace folder. Also i tried the same with only moving the c and h files as i described before.

TYSM for anyone that can solve it, it essentially makes me stuck in development )':

Related