Hi,
I amdeveloping a board with NAT7210 and a microcontroller. I am able to configure NAT7210 as active controller and trying to send the multi line interface messages like DCL to the gpib device. Before the first byte transfer CO bit in ISR2 was set. But after the first byte transfer, inorder for sending the next command, the CO bit is not setting and also the condition of the handshaking lines are as follows:
DAV* -not asserted
NRFD*-not asserted
NDAC*- asserted
This indicates that the handshaking has not taken place and the device has not accepted the byte, since the controller did not make DAV*low after detecting the NRFD* high.
Please helpme to solve this problem.