nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
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

case about nRF5340 memory layout

Hi,

Please provide nRF5340 memory layout map to me。

example nRF52:

Thank you for all your assistance.
Kind regards,
Peter.Min

Parents Reply
  • Hi Øyvind,

    1. In nRF52 series chips, user available Flash and RAM need to deduct MBR Soft Device and bootloader

    2. In nRF5340, how much space and RAM are occupied by MBR Bootloader and SoftDevice?

    Thank you for all your assistance.
    Kind regards,
    Peter.Min

Children
  • This was the case for the nRF52 series, where i.e. the SoftDevice had a static flash/RAM usage. 

    In the nRF Connect SDK (NCS), which must be used for the nRF5340, this is not the case. In NCS the flash and RAM usage are more variable. When building an NCS project, you will see the flash and RAM usage at the end of the build e.g.

    Memory region         Used Size  Region Size  %age Used
               FLASH:      116756 B         1 MB     11.13%
                SRAM:       32306 B       448 KB      7.04%
            IDT_LIST:          0 GB         2 KB      0.00%

  • Hi Øyvind,

    Thank you for all your assistance.
    Kind regards,
    Peter.Min

Related