I would like to build a test jig for my device under test (DUT). That is a display unit, high speed with FPGA, DSP, CPU,... components on main board. The connector of this DUT has: ADRR (0-23), DATA (0-31) and other control signals GPIOs (see photo) connected to an DSP component (Texas Instrument PN: TMS320C31PQA50, some pins have frequency ~ 32MHz)
Well you won't get that many on a mkr vidor, but all the normal ways of getting extra I/O will work. That is shift registers, port extenders and analogue / digital multiplexing.
As the IC (PN: TMS320C31PQA50) has 24bits addresses and 32bits data on my DUT.
I want to increase binary the addresses from 0 to max. value binary to see the data out of this IC. Is it possible ?
Do you have any Arduino code examples to do this task ?