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.

[参考译文] DLPC3478:确认 FW9.0.0.1和 FW8.0.0.1之间的详细差异

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

https://e2e.ti.com/support/dlp-products-group/dlp/f/dlp-products-forum/1309939/dlpc3478-confirm-the-detailed-difference-between-fw9-0-0-1-and-fw8-0-0-1

器件型号:DLPC3478
主题中讨论的其他器件:DLPA2005

    平台: DLPC3478 (8.0.0.1固件版本);   DLPA2005;   DMD3010LC;内部模式

  对于 新上市的产品、我们要将 DLPC 固件升级到 FW9.0.0.1 (当前使用 FW8.0.0.1)。

我们通过 API-1.10生成了 PatternData

I 输出 PatternData  DLP EVM GUI 3.1.0.7FW8.0.1)与 DLP EVM GUI 3.2.0.6FW9.0.1

PatternData_V9和 PatternData_V8的大小也不同。

大小的差值:  PatternSetCounts * 4字节、不是吗?  (PatternSetCounts:PatternSet 数目)

唯一的区别是额外的4字节 PatternSetEntryIndex?

(当然,由于 PatternOrderTableEntry_s 的大小不同,标头的值也不同)

typedef 结构  
{
uint8_t PatternSetIndex;
uint8_t NumDisplayPatterns;
uint8_t 照明选择;
uint8_t 保留;
uint32_t 图形反向0;
uint32_t 图形反相1;
uint32_t IlluminationTimeInMicroseconds;
uint32_t PreIlluminationDarkTimeInMicroseconds;
uint32_t 后照明 DarkTimeInMicroseconds;

//用于 FW9.0.0.1  
uint8_t PatternSetEntryIndex;
uint8_t 被保留1;
uint8_t 被保留2;
uint8_t 被保留3;

}模式 OrderTableEntry_s;

因为我们希望通过 API-1.10生成 PatternData、所以 OUT 应用程序可以兼容 FW9.0.1和 FW8.0.1。

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

    Grace、您好!

    您能否说明您遇到的问题? 如果我的说法正确、您是说您在 GUI 版本3.2.0.6至3.1.0.7之间生成的图形文件大小不同? 这可能是正确的、因为固件版本9.0.1中进行了一些更改(将图形集条目索引添加为0x98和0x99命令的字节25)。 我们建议仅将固件版本9.0.1与 GUI 版本3.2.0.6或更高版本配合使用。

    此致!

    马克西姆

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

    谢谢