Hello All,
I am using S32K116 micro controller. I am using Cortex M0. I am looking in to documentation and can not find how to: trigger interrupt via software
I want trigger interrupt handler function but there is not NVIC register for this work.
For example, can I trigger the LPSPI0_IRQHandlerfunction on my own request? or LPUART0_RxTx_IRQHandler.
Cortex M4 has NVIC->STIR and SCB->CCR for that.