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.

[参考译文] AM263P4-Q1:SysConfig 特性请求:按原始顺序放置链接器脚本存储器区域

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1577683/am263p4-q1-sysconfig-feature-request-put-linker-script-memory-regions-in-origin-order

器件型号:AM263P4-Q1


您好:

请按地址顺序输出内存区域。

在下面的简单示例中、我添加了区域标识、但它是在 MSSRAM_HSMRT 之后生成的:

    R5F_VECS   : ORIGIN = 0x0 , LENGTH = 0x100 
    R5F_TCMA   : ORIGIN = 0x100 , LENGTH = 0x7F00 
    R5F_TCMB0   : ORIGIN = 0x80000 , LENGTH = 0x8000 
    MSRAM_VECS   : ORIGIN = 0x70002000 , LENGTH = 0x100 
    MSRAM_0   : ORIGIN = 0x70002100 , LENGTH = 0x3DE80 
    MSRAM_HSMRT   : ORIGIN = 0x70040000 , LENGTH = 0x40000 
    IDENTIFICATION  (IR) : ORIGIN = 0x7003FF80 , LENGTH = 0x80 
    MAILBOX_HSM   : ORIGIN = 0x44000000 , LENGTH = 0x3CE 
    MAILBOX_R5F   : ORIGIN = 0x44000400 , LENGTH = 0x3CE 
    BOOT_SECTOR_INFO   : ORIGIN = 0x80080000 , LENGTH = 0x1000 LAST (__TI_SBL_FLASH_BOOTINFO_SECTOR_START)
    FLASH_BOOTINFO_SECTOR   : ORIGIN = 0x60080000 , LENGTH = 0x1000 

 

 如果是...、则更容易遵循

    R5F_VECS   : ORIGIN = 0x0 , LENGTH = 0x100 
    R5F_TCMA   : ORIGIN = 0x100 , LENGTH = 0x7F00 
    R5F_TCMB0   : ORIGIN = 0x80000 , LENGTH = 0x8000 
MAILBOX_HSM : ORIGIN = 0x44000000 , LENGTH = 0x3CE
MAILBOX_R5F : ORIGIN = 0x44000400 , LENGTH = 0x3CE FLASH_BOOTINFO_SECTOR : ORIGIN = 0x60080000 , LENGTH = 0x1000
MSRAM_VECS : ORIGIN = 0x70002000 , LENGTH = 0x100 MSRAM_0 : ORIGIN = 0x70002100 , LENGTH = 0x3DE80 IDENTIFICATION (IR) : ORIGIN = 0x7003FF80 , LENGTH = 0x80 MSRAM_HSMRT : ORIGIN = 0x70040000 , LENGTH = 0x40000 BOOT_SECTOR_INFO : ORIGIN = 0x80080000 , LENGTH = 0x1000 LAST (__TI_SBL_FLASH_BOOTINFO_SECTOR_START)

谢谢你。

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

    尊敬的 Kier:

    对响应延迟深表歉意、目前我们没有此功能。 我将为此创建备货申请