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.

[参考译文] TMS320F28054F:C2000比较器:内部变量的结构初始化

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/985457/tms320f28054f-c2000-compilier-structure-initialization-of-internal-variables

器件型号:TMS320F28054F

您好!

在 gcc 中、我们可以编写结构的初始化代码、如下所示:

MyStrct_t MyStruct = {
                        .var2 = 0x0123,
                        .var1 = 0x4567
                    }

结构的内部变量之前的点。

在 C2000中、它n´t 不起作用。 它会给人这样的想法吗?

感谢您的回答。

此致

David

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

    当我使用 C2000编译器的最新版本时、它适用于我。  对于非常旧的版本、我必须添加-gcc 选项。   

    如果这不能解决问题、那么我需要一个测试用例。  对于存在此问题的源文件、 请按照文章 如何提交编译器测试用例中的说明进行操作。

    谢谢、此致、

    乔治