Hello,
I am using the Discovery D4100 controller board to control a .7" XGA DMD. I want to use the DMD to send a signal to a separate detector telling it to start a new measurement when the display in the DMD changes (even if it is only a single pixel).
I have played around with the GPIO connector to send a trigger when the display changes which works, however since the command is being sent via custom code using the standard developer kit DLLs, there is a significant delay between the display changing and the trigger being sent which is seriously affecting the measurements being made. I think that this can be improved to some degree by tweeking the architecture of the code, which I am in the process of doing, however I am aware that OS interrupts will still occur.
I would ideally like to send a signal straight from the D4100 board itself independent of the operating system, every time it receives a reset command. I do not have the expertise to reprogramme the FPGA to do this. Is anyone aware of a clocking signal that is at least 2.5V (TTL) that can be re-routed from the board itself to fulfil this purpose? Even better would be if someone has already managed to change the FPGA code to automatically trigger one (or more) of the GPIO pins upon reset and doesn't mind sharing it?
Thanks so much for reading this, any help will be greatly appreciated!
Justin
P.S Do not worry about withholding solutions that would void warranty since the device is out of warranty anyway.