zephyr/snippets/nordic-ppr-ram
Gerard Marull-Paretas 75839ea4ad snippets: add snippet to boot Nordic PPR core from RAM
Add a new snippet that allows booting PPR core found in some Nordic
SoCs, configuring it with CONFIG_XIP=n.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-02-27 13:32:40 +01:00
..
boards snippets: add snippet to boot Nordic PPR core from RAM 2024-02-27 13:32:40 +01:00
nordic-ppr-ram.overlay snippets: add snippet to boot Nordic PPR core from RAM 2024-02-27 13:32:40 +01:00
README.rst snippets: add snippet to boot Nordic PPR core from RAM 2024-02-27 13:32:40 +01:00
snippet.yml snippets: add snippet to boot Nordic PPR core from RAM 2024-02-27 13:32:40 +01:00

.. _nordic-ppr-ram:

Nordic boot PPR snippet with execution from RAM (nordic-ppr-ram)
################################################################

Overview
********

This snippet allows users to build Zephyr with the capability to boot Nordic PPR
(Peripheral Processor) from another core. PPR code is executed from RAM. Note
that PPR image must be built with :kconfig:option:`CONFIG_XIP` disabled.