Lines Matching +full:interrupt +full:- +full:map
5 # https://www.embeddedartists.com/products/lpc11u68-lpcxpresso/
9 # The on-board LPC-Link2 debug probe (based on a NXP LPC43xx MCU) provides
10 # either a CMSIS-DAP or a J-Link interface. It depends on the version of the
12 source [find interface/cmsis-dap.cfg]
15 # NXP LPC11U68 Cortex-M0 with 256kB flash and 32kB + 4kB SRAM.
20 # This ensures that the interrupt vectors (0x0000-0x0200) are re-mapped to
27 # 1:0 MAP System memory remap
28 # 0x0 Boot Loader Mode. Interrupt vectors are re-mapped to
30 # 0x1 User RAM Mode. Interrupt vectors are re-mapped to
32 # 0x2 User Flash Mode. Interrupt vectors are not re-mapped
34 # 31:2 - - Reserved.
35 $_TARGETNAME configure -event reset-end {
40 $_TARGETNAME configure -rtos Zephyr