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
  • Is this compiled code?

    If not then surely you would need to include it within your project development environment for compilation?

    If it's compiled code then you will need to know a lot more than where to place it if you wish to use any of it's functionality.

    Perhaps you could give further information on exactly what your requirement here is.

Reply
  • Is this compiled code?

    If not then surely you would need to include it within your project development environment for compilation?

    If it's compiled code then you will need to know a lot more than where to place it if you wish to use any of it's functionality.

    Perhaps you could give further information on exactly what your requirement here is.

Children
Related