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

keil setup for nRF51822AA

Hi. I'm beginner. I want to use nRF51822xxAA chip on keil compiler. project->Option->Target->IROM1 start, Size & IRAM1 start, size. Please let me know IROM's start and size and IRAM's start and size for nRF51822xxAA.

Parents
  • It depends on which softdevice you are using (or if you are not using any softdevice) There is one older post with some numbers for older softdevices here. You will get the idea of where to find the information. If you can tell me if you are using any softdevice, then i can give you exact numbers.

  • If you are doing this on devkit PCA10028 then it must have 32KB RAM and 256KB Flash. S130 v1.0 from SDS v1.0

    IRAM base - 0x20002800
    IRAM size(16 kB RAM) - 0x1800
    IRAM size(32 kB RAM) - 0x5800
    
    IROM base - 0x1C000
    
    IROM size(128 kB Flash) - 0x4000
    IROM size(256 kB Flash) - 0x24000
    
Reply Children
No Data
Related