Tool/software: TI-RTOS
Hello, TI Experts,
Our customer sent us additional questions about from the below E2E thread.
https://e2e.ti.com/support/processors/f/791/p/777871/2882255#2882255
They would like to know how to use sys_nirq1 by Hwi_create().
Question:
Their understanding is like below;
- "sys_nirq1" can be configured by Hwi_create() like below.
- Hwi_create(Int intNum, Hwi_FuncPtr hwiFxn, const Hwi_Params *params, Error_Block *eb)
- "intNum" should be set "39" from MPU_IRQ_7 (ID39) GIC ID Number in "Table 17-2. MPU_INTC Default Interrupt Mapping" of TRM.
Is this understanding correct?
We would appreciate if you tell us how to use sys_nirq1 by Hwi_create().
Best regards,