Other Parts Discussed in Thread: DLPC410
Hello Team,
For my application, we would like to control DMD(DLPLCRC410EVM) with our program.
According to User's guide and Programmer's guide, the way to make mirror show assigned patterns is loading the data first and then passing reset signal.
Before running the program, I want to check the correctness of my logic. The followings are functions I am going to used.
1. get_usb_speed --> check the connection of fpga board.
2. load_control --> start controll DMD
3. set_tpge_enable == 0 --> stop sequence
4. clear_fifos --> before passing image to DMD, clear datas in buffer.
5. set_row_md
6.set_row_md_addr --> set the addr of image
7. load_data --> load image (size == 400 * 1280)
8. set_blkmd
9. set_blkad --> give reset signal
Thanks for your help in advance.
David