I'm developing a JTAG Boundary scan test on a customer desgined board containing OMAP 3530 and TPS65930.
I'm able to do an infrastructure test that checks that the chain (TDI->OMAP->TPS->TDO) is ok, but when I'm trying to do a simple test that drives an I/O pin high and low on the OMAP nothing happens.
So my question is:
Do I have to set some pins on the OMAP to enable JTAG test (like EMU0/1)?
I know from other projects I been involved in that on some DSP:s like TMS320C6415 I have to pull EMU0 and EMU1 low to enable Boundary Scan test. I'm not able to figure that out from the documentation of the OMAP or the TPS.
Regards
/Christian