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

How can to use the 32K ram for NRF51822QFAC.

Please tell me the way If who knows,thanks. ps: s110,softdevice s6.00, sdk is v5.20

Parents Reply
  • You need to have an SDK that also supports that soft device. You should look in the linker scripts in your soft device that specify where RAM starts and ends.

    Alternatively, you should be able to use your existing SDK and manually change the linker scripts as long as the SDK supports your hardware revision. I think the file you want is *.ld in sdk\components\toolchain\gcc (or whatever toolchain you use)

Children
No Data
Related