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:
user_244572_0-1737461762750.png
and I am using the following interfaces:
user_244572_1-1737461859783.png
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.