Dear NXP team,
CPU i.mxrt1176CVM8A.
In my application I have on core m4 motor control application and on core m7 real time application.
If I access simultaneously from core m7 GPIO13 and from core m4 GPIO9, the access to GPIO9 will be delayed more than 31µs.
In the datasheet I can found chapter 13.1 And in chapter 2.1.2 System Bus Diagram following information
When LPSRMIX master is accessing GPIO13, XB will hold WAKEUPMIX master requests to any AIPS4 peripheral until current LPSRMIX master access is completed. Because GPIO13 access is based on 32 K clock as it’s in SNVS domain to save power, these WAKEUPMIX master requests could be held for over 31µs.
I understand the delay from core m7 between AIPS4 to GPIO13(LPSRMIX-Domin) but not the delay from more than 31µs to the GPIO9(WAKEUPMIX) pin GPIO_AD_31 over the direct way from core m4 to GPIO-SOC.
Please find in the attachment the bus diagram, I have marked with green and blue communications:
Please can you help me. I have with this delay a problem with the motor control cycle!