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

Where to place .lib file in nrf51 memory? Should it be placed in the flash?

I have a .lib file that needs a memory address for placing in the nrf51 controller memory.

Parents Reply
  • Assuming that you haven't placed an OS on your nRF51 that supports dynamic loading of code you will need to place it within program flash and statically link it. I guess that you already have the support files that will allow you to do that.

    You should place it in a fixed location and load it to that address separately to you application code, in much the same way that you do with the Nordic SoftDevice.

Children
Related