Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi TI expert, 1. i am using J722s evm and sdk v11 example code as environment. sdcard, spl boot mode. 2. in vision app mcu20, i've successed in use "Sciclient_rmIrqSet()" to create gpio0/1 route.
3. i see trm 10.4.47, wkup has 32-47 for main gpio introuter0_outp.
4. then, i try to route GPIO0/1 to wkup mcu. i tried this api in mcu20 and wkup mcu, none is success.
here is the log.
```
30059671: Sciclient event config: 78-12, 121-32: -1
30064659: Sciclient event config: 77-35, 121-33: -1
30069643: Sciclient event config: 77-36, 121-34: -1
30074628: Sciclient event config: 77-31, 121-35: -1
30079613: Sciclient event config: 77-41, 121-36: -1
30084595: Sciclient event config: 77-42, 121-37: -1
30089576: Sciclient event config: 78-30, 121-38: -1
30094563: Sciclient event config: 77-33, 121-39: -1
30099546: Sciclient event config: 77-37, 121-40: -1
30104528: Sciclient event config: 77-38, 121-41: -1
30109511: Sciclient event config: 77-34, 121-42: -1
30114496: Sciclient event config: 77-39, 121-43: -1
```
my question is: 1. if possible, how to create the gpio0/1 router to wkup mcu?
thanks.