This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] 66AK2H06:ARM 内部存储器的位置(L1指令、数据和 L2存储器)

Guru**** 2933740 points

Other Parts Discussed in Thread: 66AK2H06

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/671669/66ak2h06-location-of-arm-internal-memory-l1-instruction-data-and-l2-memory

器件型号:66AK2H06

您好!

我对66AK2H06有疑问。

我正在搜索 ARM 内部存储器的位置(L1指令/数据和 L2)。
从66AK2H06数据表(SPRS866G)页。69表8-1器件存储器映射、
我找不到 ARM 内部存储器的位置。
那么、这些存储器位于哪个区域? 我们想知道存储器地址。

此致、
G.F.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!

    L1和 L2存储器位于 ARM 内核包内部、它们不在 SoC 中进行存储器映射。
    您可以在 ARM 内核包用户指南中找到更多信息: www.ti.com/.../spruhj4.pdf 和 ARM 网站: infocenter.arm.com/.../index.jsp

    您可以看到如何在 u-boot 汇编文件中启用和配置缓存:
    arch/arm/cpU/armv7/start.s
    arch/arm/cpU/armv7/psci.s
    arch/arm/include/asm/system.h
    arch/arm/include/asm/cache.h

    此致、
    Yordan