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.
no, I haven't configured the DMAMUX. How to configure it ?
I cannot find RM (Resource Manager) in the driver list in S32 design studio :
It is MCAL component.
There is also example code for that:
Rm_DMAMUX_Example_S32K344
It cannot be done in IP layer.
You can use MCAL or possibly configure DMAMUX peripheral manually by bare metal code.
Do you have configured DMAMUX module? In RTD, it is part of RM module (Resource Manager).