Dear NXP Support Team,
I am configuring the XRDC2 to block the eDMA from making transfers to a specific memory region. I manage to do that by doing this :
The problem is that by setting MASK = 0xFFFFFFFFU and MATCH = 0x00000000U a hit is generated for all the eDMA transfers.
I would like to know how I can fine tune the MASK/MATCH fields.
Thanks !
已解决! 转到解答。
Hi @mneroda ,
Thank you so much for your interest in our products and for using our community.
In order to better support your question, please provide more detailed information about your requirements.
What do you mean "configuring the XRDC2 to block the eDMA from making transfers to a specific memory region".
By the way, I suggest you can refer to the following SDK API link.
MCUXpresso SDK API Reference Manual: XRDC: Extended Resource Domain Controller
Best Regards
MayLiu
Hi @mayliu1,
Thanks a lot for your answer.
Let me clarify what I’m trying to do.
I’m working on the i.MX RT1170 and using the XRDC2 peripheral to enforce memory access control between cores and peripherals. My goal is to block eDMA (DMA0) from writing to a specific memory region that has been protected by an XRDC2 memory region descriptor.<
I hope it clarifies a bit what I am trying to do.
Best regards,
Mickaël