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

Target name in Makefile pca10028 for nrf51822

Hi, I am using nrf51822 module and sdk v12.2.0. I was compiling code under ubuntu. I observed that pca10028 is configured for nrf51422_xxac target. But i want to use nrf51822. I check some document but i didn't get the proper target name to mention it in Makefile. Which target name i should use for nrf51822 module?

Parents
  • That sounds a lot like what I got before I adjusted the RAM area.

    This is what I changed for moving from pca10028 to pca10001 SDK version 12.3.0 with S130 version 2.0.1:

    • RAM start: 0x20001870 -> 0x20001fe8
    • RAM size: 0x6790 -> 0x2018 (used by Keil and GCC)
    • RAM end: 0x20007fff -> 0x20003fff (used by IAR)

    I'm not sure how this would work out without a softdevice, though. You'd presumably be able to lower RAM start and increase the size accordingly.

Reply
  • That sounds a lot like what I got before I adjusted the RAM area.

    This is what I changed for moving from pca10028 to pca10001 SDK version 12.3.0 with S130 version 2.0.1:

    • RAM start: 0x20001870 -> 0x20001fe8
    • RAM size: 0x6790 -> 0x2018 (used by Keil and GCC)
    • RAM end: 0x20007fff -> 0x20003fff (used by IAR)

    I'm not sure how this would work out without a softdevice, though. You'd presumably be able to lower RAM start and increase the size accordingly.

Children
No Data
Related