zephyr/arch/arm/platforms/fsl_frdm_k64f
Peter Mitsis fd0f9a2047 arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM
Replaces references to obsolete BSP terminology with platform.

Change-Id: Ibd083558bbbb08a16a68d58251774fb4c84cbbf8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:43 -05:00
..
board.h arm: Use new SRAM and flash Kconfig options 2016-02-05 20:14:42 -05:00
irq_vector_table.c Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00
Kconfig Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00
linker.cmd arm: Use new SRAM and flash Kconfig options 2016-02-05 20:14:42 -05:00
Makefile arm: Rename IRQ_VECTOR_TABLE_BSP to IRQ_VECTOR_TABLE_PLATFORM 2016-02-05 20:14:43 -05:00
nmi_on_reset.S Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00
README.txt arm: Use new SRAM and flash Kconfig options 2016-02-05 20:14:42 -05:00
system.c Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00
wdog.S Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00

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