Lines Matching full:normal
12 demonstrate how a secure zephyr application runs together with a normal
19 the other half is allocated to normal world.
22 the normal application.
24 * By default, all the peripheral space is normal mode accessible, i.e.,
25 the peripherals are shared between normal mode and secure mode. If some
29 * The interrupts of two internal timers are configure as normal interrupts,
30 so the normal zephyr's kernel tick can work correctly.
32 * Secure interrupts priority > secure threads priority > normal interrupts
33 priority > normal threads priority.
44 * normal application: em_starterkit_em7d_normal
47 * normal application: nsim_sem_normal
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.
73 Here,take :zephyr:code-sample:`dining-philosophers` as an example for normal
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.
102 # load normal application
125 # load normal application