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

RAM & ROM Specification nrf52840 S140

Hello , where i could find RAM & ROM specification for s140 nRF52840? 

Thank's.

Parents Reply Children
  • Take a look at the nrf connect for desktop programmer app. There, you can read out the ROM usage & where the softdevice, application and/or bootloader are located in flash. This documentation might be helpful for Keil. Take a look at the bottom of the map file (e.g. nrf52832_xxaa.map in the _build folder), where you can see the different ROM & RAM sizes. Here is an example below:

        Total RO  Size (Code + RO Data)                22320 (  21.80kB)
        Total RW  Size (RW Data + ZI Data)             10648 (  10.40kB)
        Total ROM Size (Code + RO Data + RW Data)      22400 (  21.88kB)
    
    ==============================================================================

      I am not sure whether you have the graphical RAM & ROM usage in Keil like you do in SES, but you can also see how much ROM & RAM you've allocated in the Target tab under Options for Target in Keil.

  • i have this 

    ==============================================================================

    Total RO Size (Code + RO Data) 46076 ( 45.00kB)
    Total RW Size (RW Data + ZI Data) 13040 ( 12.73kB)
    Total ROM Size (Code + RO Data + RW Data) 46176 ( 45.09kB)

    ==============================================================================

    Here i use 45.09kB of Rom Size and 12.73kB of RAM size ? 

    But what is the total size of the memory Ram and Rom on nrf52840 S140.

Related