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

nRF5340 Zephyr OS board configuration - ram and flash sizes

Why ram and flash size in a board configuration in Zephyr OS for nRF5340PDK doesn't match with declared on your site? According to your product specification, application processor of nRF5340 has 1 MB Flash and 512 KB RAM, network processor of nRF5340 has 256 KB Flash and 64 KB RAM. But you can see other values that in the board specification:

github.com/.../nrf5340pdk_nrf5340_cpuapp.yaml
ram: 64
flash: 256

github.com/.../nrf5340pdk_nrf5340_cpuappns.yaml
ram: 384
flash: 256

github.com/.../nrf5340pdk_nrf5340_cpunet.yaml
ram: 64
flash: 256

But in the case of nRF52840 ram and flash sizes in github.com/.../nrf52840dk_nrf52840.yaml match a product specification completely.

What is the reason for such the difference in the case of nRF5340?

Related