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.

[参考译文] F29H859TU-Q1:编译器构建问题

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1638659/f29h859tu-q1-compiler-building-question

器件型号: F29H859TU-Q1

  1. 如下图所示、 code_start () 函数位于 0x203A20、但 cmd 文件定义  
    0x20100000、为什么 code_start () 函数找不到 0x2001000 地址? 更新为 SDK 软件包中的 led_ex1_blinky_cpu1_cpu3_multi 示例;

image.pngimage.png

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

    高振涛,  

    在 RAM 模式下、code_start () 可以放置在 SRAM_LPA0 段的任何位置、具体取决于.out 和.text 段的大小。 在闪存模式下、它遵循一种更严格的寻址方法。  

    此致、
    Pranav Siddappa.