2815687186
The KSDK device header files require a preprocessor macro that defines the part number string (e.g., MK64FN1M0VMD12). Create a hidden Kconfig option to hold the part number string, and hidden Kconfig options that the board Kconfig will use to select the specific part number. Change-Id: I612e785026261e425b47b5b7fae0c65b4f94b30b Signed-off-by: Maureen Helm <maureen.helm@nxp.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
Kconfig.defconfig.mk64f12 | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
Makefile | ||
README.txt | ||
linker.ld | ||
soc.c | ||
soc.h | ||
soc_config.c | ||
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