Lines Matching refs:application

16   the **application core**
20 The ``nrf5340dk/nrf5340/cpuapp`` build target provides support for the application
161 - Implementation Defined Attribution Unit (`IDAU`_) on the application core.
171 nRF5340 application core supports the Armv8-M Security Extension.
184 image for the application core. The Secure image can be built using either
190 By default the Secure image for nRF5340 application core is built
200 1. Build the Non-Secure Zephyr application
201 for the application core using ``-DBOARD=nrf5340dk/nrf5340/cpuapp/ns``.
204 default when building Zephyr as a Non-Secure application.
207 * Build the Non-Secure firmware image as a regular Zephyr application
214 Depending on the TF-M configuration, an application DTS overlay may be
218 2. Build the application firmware for the network core using
228 1. Build the Secure Zephyr application for the application core
231 in the application project configuration file.
232 2. Build the Non-Secure Zephyr application for the application core
235 4. Build the application firmware for the network core using
239 When building a Secure/Non-Secure application for the nRF5340 application core,
240 the Secure application will have to set the IDAU (SPU) configuration to allow
241 Non-Secure access to all CPU resources utilized by the Non-Secure application
243 application.
245 Building a Secure only application
250 the firmware running on the nRF5340 application core, and using
281 Here is an example for the :zephyr:code-sample:`hello_world` application running on the
282 nRF5340 application core.
293 Then build and flash the application in the usual way.