zephyr/soc/arm/nxp_kinetis/k6x
Tom Burdick 73f343c51e board: Adds RDDRONE-FMUK66 board support package
Adds required LQ18 part number to the kinetis K66 series

Signed-off-by: Tom Burdick <tom.burdick@electromatic.us>
2021-11-02 13:17:44 -05:00
..
CMakeLists.txt
Kconfig.defconfig.mk64f12
Kconfig.defconfig.mk66f18
Kconfig.defconfig.series
Kconfig.series
Kconfig.soc
README.txt
linker.ld
nxp_mpu_regions.c
soc.c
soc.h
wdog.S

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