This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No more memory

I changed the multilink central example to some custom code. However, it seems like I've run out of space. But I don't under stand how this is possible because I selected the PCA10028 as board which has the 32kB RAM 256kB flash version. The last time I could compile Keil told me the following: Code = 14952 RO = 512 RW = 236 ZI = 5292

So I think something's wrong in my target setup. Currently I use IROM1 (start 0x18000, size 0x27000) and IRAM1 (start 0x20002800 size 0x1800) without OS and MicroLIB

I use the nRF51 DK with SDK 7.1.

Project-files (I know the current state of the code is poor)

Related