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.
Hi Jeniffer,
The core of S32K11x is ARM Cortex M0+, so have a look at NVIC_ISPR in Cortex-M0+ Devices Generic User Guide.
Best Regards,
Robin
Thanks @Robin_Shen