Lines Matching refs:application
12 demonstrate how a secure zephyr application runs together with a normal
13 Zephyr application.
17 * Secure application will be in the secure memory space defined in
21 * Memory not allocated to the secure application is allocated to
22 the normal application.
43 * secure application: em_starterkit_em7d_secure
44 * normal application: em_starterkit_em7d_normal
46 * secure application: nsim_sem
47 * normal application: nsim_sem_normal
55 Secure application
58 First, you should build the secure application.
66 Normal application
69 Currently, in normal application, MPU is not accessible, so no user space and
71 file to the specific board dir to build normal application.
74 application.
87 The bootloader should load the secure and normal application into the correct place,
88 then jump to the entry of the secure application. The entry of normal application
89 is hardcoded in secure application. Secure application will boot normal application.
99 # load secure application first
102 # load normal application
106 For nsim sem, you need two consoles: one for application output, and one for
125 # load normal application
127 # load secure application