Hi igor,
Thank you for your reply.
I think i configured the SDMA driver correctly.
I want to make my SDMA work as external memory to internal memory. But i can not found it via the source codes except DMA_DEV_TO_MEM and DMA_MEM_TO_DEV.
Then i read its datasheet, i found that it may be work through reusing Transfer Between Peripheral and External Memory.
And it should be programmed in increamented mode.
So i programed to set PSA register value 11000110 at address (0x0800 + 32 * channel + offset), to work at increamented mode. At the
same time, i set direction = DMA_DEV_TO_MEM.
But it does not work after i programmed like that.
Would you give me some suggestions please? Thank you very much.
Best Regards