zephyr/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr
Hake Huang 15edce26e4 twister: add dt_node_prop_enabled support
using "dt_node_prop_enabled" to filter out supported platforms
1. check node existing.
2. check prop in node.
3. check the prop is True.

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2024-12-20 18:30:43 +01:00
..
pytest samples: magic_addr: add pytest check for magic_addr 2024-12-12 11:05:14 +01:00
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml twister: add dt_node_prop_enabled support 2024-12-20 18:30:43 +01:00

.. zephyr:code-sample:: flexram_magic_addr
   :name: FLEXRAM magic address

   Configure an interrupt that triggers on arbitrary RAM/TCM address access.

Overview
********

A sample that shows how to use RT11XX FLEXRAM Magic Addr functionality

Magic Addr is a feature of FlexRAM that allows user to configure an interrupt
on an arbitrary RAM/TCM address access. This sample shows how to use the custom
API for the flexram in zephyr to use this unique feature.

Building and Running
********************

see board documentation