• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

CMakeLists.txtD04-Jan-2025269 1410

KconfigD04-Jan-20251.1 KiB6152

Kconfig.defconfigD04-Jan-2025607 2920

Kconfig.socD04-Jan-20251.6 KiB7152

README.txtD04-Jan-2025388 117

nxp_mpu_regions.cD04-Jan-20251.8 KiB6032

soc.cD04-Jan-20254.4 KiB17499

soc.hD04-Jan-2025682 3610

README.txt

1Notes on the FSL FRDM K64F SRAM base address and size
2
3Although the K64F CPU has 64 kB of SRAM at 0x1FFF0000 (code space), it is not
4used by the FSL FRDM K64F platform.  Only the 192 kB region based at the
5standard ARMv7-M SRAM base address of 0x20000000 is supported.
6
7As such the following values are used:
8
9CONFIG_SRAM_BASE_ADDRESS=0x20000000
10CONFIG_SRAM_SIZE=64      # Measured in kB
11