I have some questions regarding S2A sequence as below.
Now, if I set SEQ_ADD_S2A12=SEQ_ADD_S2A3, it means when NSLEEP1 rises or CLKREQ rises, they will execute the same sequence.
Considering while system exit suspend mode that CLKREQ rises before NSLEEP1 rises, my questions are:
1. In my S2A sequence, there are several steps containing both singular and broadcast messages. Considering there's on singular message to enable VDD1 (assigned to P1 only), I know that CLKREQ rising will not enable VDD1 since CLKREQ is related to P3. The question is, will the "Delay Field" of this singular messgae be counted in? I mean, will this singular message be skipped totally without delay, or it will wait until the delay ends and jump to next address?
2. Assumed that S2A sequence takes 6ms for CLKREQ rising, and NSLEEP1 rises around 500uS after CLKREQ rises. My understanding is that the S2A sequences will be executed twice for P3(CLKREQ) and P1(NSLEEP1) individually. My questions is, will the 2nd S2A sequence (for P1) execute right after the 1st S2A sequence (for P3) is done (6ms passed), or it will be executed right away when NSLEEP1 rises?
Thanks,
Antony