I wanna use PIT to trigger the BCTU, to trigger a conversion list for SAR ADC sampling. and then want to use the BCTU to trigger a DMA transfer that will push that data into a location in RAM. I have done something, some succeeded,and some failed.
I tried to use pit channel 7 to trigger BCTU channel 55 , and I found that pit channel 7 worked normally,but bctu was not triggered successfully. And then I used software to trigger BCTU ,I succeeded. I could read data from ADC1_DATA, the register of BCTU. And then I found ADC had been triggered Successfully. But eDma failed.
So I have two questions:
(1) How to use hardware to trigger bctu?
(2)How to use bctu to trigger DMA request?
I read the manual, and I did some configuration on processor expert, like the following:




So Could you tell me what was wrong about my configuration, and how to resolve my questions above i have mentioned. Thanks. The sincerity anticipates your reply.