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.

[参考译文] RM57L843:N2HET 指令数组名称不匹配

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1480604/rm57l843-n2het-instruction-array-name-mismatch

器件型号:RM57L843
主题中讨论的其他器件:HALCOGEN

工具与软件:

您好!

我将使用 HET IDE 来生成我自己的 N2HET 代码。 当 I 汇编 N2HET 汇编代码时、它会生成具有如下定义的指令数组的 C 和 H 文件

HET_MEMORY CONST HET_INIT0_PST[58]=  

……

……

};

而在 hetInit 函数中、Halcogen 生成的 hl_het.c 文件中需要  HET_init1_pst、如下所示。 是否有办法确保两者相同而不是每次汇编时手动编辑文件名?

(void) memcpy ((void*) hetRAM2、(void*) HET_init1_PST、sizeof (HET_init1_PST);

谢谢!

Ravi