zephyr/soc/arm/nxp_kinetis/k6x
Gerard Marull-Paretas fcaa259e22 soc: arm: remove all unnecessary NMI_INIT() calls
NMI_INIT() is now a no-op, so remove it from all SoC code. Also remove
the irq lock/unlock pattern as it was likely a cause of copy&paste when
NMI_INIT() was called.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-07-05 09:15:36 +02:00
..
CMakeLists.txt soc: arm: nxp_kinetis: move NXP Kinetis SOCs to use SystemInit 2023-02-20 09:47:28 +01:00
Kconfig.defconfig.mk64f12 usb_device: remove Kconfig.defconfig* setting of usb device drivers 2022-08-25 08:05:54 -05:00
Kconfig.defconfig.mk66f18 usb_device: remove Kconfig.defconfig* setting of usb device drivers 2022-08-25 08:05:54 -05:00
Kconfig.defconfig.series dma: remove Kconfig.defconfig* setting of DMA drivers 2022-08-26 14:27:23 +00:00
Kconfig.series soc: arm: nxp_kinetis: move NXP Kinetis SOCs to use SystemInit 2023-02-20 09:47:28 +01:00
Kconfig.soc
README.txt
linker.ld linker: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
nxp_mpu_regions.c soc: arm: nxp_kinetis: Fix flash MPU configuration for k6x 2022-09-07 16:05:18 -05:00
soc.c soc: arm: remove all unnecessary NMI_INIT() calls 2023-07-05 09:15:36 +02:00
soc.h drivers: gpio: Update NXP GPIO driver for the updated IP Block 2023-04-06 14:14:11 -05:00

README.txt

Notes on the FSL FRDM K64F SRAM base address and size

Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not
used by the FSL FRDM K64F platform.  Only the 192 kB region based at the
standard ARMv7-M SRAM base address of 0x20000000 is supported.

As such the following values are used:

CONFIG_SRAM_BASE_ADDRESS=0x20000000
CONFIG_SRAM_SIZE=64      # Measured in kB