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.

DLP3010LC: 内部Pattern能否直接从文件中load,而不是从flash load

Part Number: DLP3010LC

    目前的应用中,我们把Internal PatternSet写入到Flash中,使用时从Flash中load出来

我看了DLPC-API-1.10的sample code,

else if (LoadFromFile)
{
/* Load pre-build Pattern Table and Sets */
LoadPreBuildPatternData();
LoadPatternOrderTableEntryfromFlash();
}

它支持从文件中load Pattern Data,但load完后,还是先写入Flash,然后再从flash中loader出来

我想问的是:能否从文件中直接load pattern data,经过转换后,直接使用,而不再需要写入到flash

这样替换起来会很方便,速度上也快些

  • 你可以修改。

    /* ***** Test Internal Pattern Sensing ***** */
    bool LoadFromFirmware = true;
    bool LoadFromFile = false; // Switch to load pattern from saved file or generated

    多数客户是存储在flash,重新开电后就不用再配置下载,这是主流使用方式