SPRACY6 July 2021 DRA821U , DRA821U-Q1 , DRA829J , DRA829V , DRA829V-Q1 , TDA4VM , TDA4VM-Q1
There are four interrupts used for SciServer User tasks processing.
The following table provides details of the interrupts. these four interrupts should be reserved for SciServer on MCU R5F.
IRQ | Description | |
---|---|---|
1 | 70 | Request from MCU domain navigation system with high priority |
2 | 71 | Request from Main domain navigation system with high priority |
3 | 72 | Request from MCU domain navigation system with normal priority |
4 | 73 | Request from Main domain navigation system with normal priority |
The code for initializing the Hwis can be found at $J7SDK/ti-processor-sdk-rtos-j721e-evm-xx_xx_xx_xx/pdk_jacinto_xx_xx_xx_xx/packages/ti/drv/sciclient/src/sciserver/sciserver_tirtos.c function Sciserver_tirtosInitHwis() and PDK’s public GIT here.