Dear @cuongnguyenphu
ILas_Reset() return ILaS_OK.
1. Gpt and Port module already initialized in AUTOSAR Platfrom MCAL init function.
So, I only add RM module init manually.
When I test GPT like below, GPT works fine.
/* Test for GPT */
Gpt_EnableNotification(GptConf_GptChannelConfiguration_GptChannelConfiguration_Iseled);
Gpt_StartTimer(GptConf_GptChannelConfiguration_GptChannelConfiguration_Iseled, 100);

2. LPSPI_1_Isr handler is okay.
When I trigger LPSPI interrupt forced set LPSPI_1 register (TDIE), ISR called.
And it called ISELED_LPSPI_1_Isr() to ISELED library.


3. DMA ISR not called because LPSPI_1 not enabled from library.
I'll check after solve LPSPI_1 not enabled issue.
4. Delay no effected.
5. When I call ILaS_Reset(), LPSPI_1 in Idle state. (LPSPI_1, MBF register)
Thank you for your long check list.
Could you check another check list, code branch or exception in iseled library source code?
Best Regards,
Sean Sung.