Hello,
I am trying to copy an int array of size[10] to another empty array of the same size.
I have configured the minor loop for a single transfer.
However, when I configure the major loop to repeat the transfer 10 times (to copy the whole array), I don't see any update.
Here is a screen shot of the current configuration:

and I am using the following interfaces:

1) Can you tell me what is wrong with the current configuration ?
2) How can I observe the major loop work in action ?
Thanks in advance.