Other Parts Discussed in Thread: DLP3010LC
I have a working display system using my own interface hardware. I need to have the system automatically start up in internal pattern streaming mode. All the examples use the DLP GUI to load batch files. My system will not work with the GUI. I need to use the i2c commands to write to the batch file area in the flash. I did use the EVM to create a pattern file unsuccessful creating a batch 0 file.
These are the commands I need in Batch file 0
Command Command Data
0x05 - Operating Mode Select 04
0x92 - Trigger Out Configuration 02 00 00 00 00
0x92 - Trigger Out Configuration 03 00 00 00 00
0x90 - Trigger In Configuration 03
0x94 - Pattern Ready Configuration 03
0x9E - Internal Pattern Control 01 FF
0x9E - Internal Pattern Control 00 FF
0xA0 - Internal Pattern Display Configuration 01 05
If there are not any i2c commands to create a batch file then would I just write this sequence of bytes out to a particular location in the flash. If so, what would that location be. This is for the auto-init batch file.