2021-02-17 05:47 AM
Hi Technical Team,
Where can i find application note or sample program for working with NMI interrupt in SPC560P Disp board.
Solved! Go to Solution.
2021-02-19 05:35 AM
Hello ,
Could you create an application SPC560P Disp board based on
SPC560Dxx_RLA WKPU API Test Application for Discovery ?
Best Regards
Erwan
2021-02-18 04:07 AM
Hi Team,
Gentle Reminder!!
Pls give me some guidelines to include NMI interrupt on my application program.
2021-02-19 05:14 AM
Hi Team,
I have connected one sensor in NMI pin for working with NMI interrupt for my application.
I have done below settings,
WKUP.NCR.B.NDSS = 0;
WKUP.NCR.B.NREE = 1;
WKUP.NCR.B.NFEE = 1;
WKUP.NCR.B.NFE = 1;
My question is ;
When NMI pin is triggered based on sensor output, which ISR or API will be executed?
2021-02-19 05:35 AM
Hello ,
Could you create an application SPC560P Disp board based on
SPC560Dxx_RLA WKPU API Test Application for Discovery ?
Best Regards
Erwan
2021-02-19 06:18 AM
Hello Erwan,
Thanks for quick response,
I will try "SPC560Dxx_RLA WKPU API Test Application for Discovery " in SPC560P Disp.
But the SPC560P dISP is not having below registers as per reference manual (Attached the screenshot)
My quention is that , wakeup will support in SPC560P Disp?
2021-02-22 05:10 AM
Hello Erwan,
For SPC560Dxx MCU, IRQ number for API is 39, i got this information from reference manual ( For the suggested example code "SPC560Dxx_RLA WKPU API Test Application for Discovery " ). Please see the yellow highlighted portion of the attached screenshot for reference.
Similarly, What is the number to be configured for NMI in SPC560P50L5? . This information is not available in Reference manual.
Kindly suggest your input for this.
2021-02-22 10:54 AM
Hello Erwan,
I got above information from datasheet.
Could you please let me know, which external source can cause Non-Maskable interrupt?
2021-02-24 11:41 PM
Hi,
the RTC/API is not present in SPC560Pxx.
Regards,
Luigi
2021-02-24 11:53 PM
Hi,
on SPC560P you can configure an exception (NMI, critical interrupt or machine check interrupt) in the register NCR of the WKPU and then you can raise the configured exception driven the NMI pin present on the device. Please, note that the exception is not managed by the INTC. So, the related IVOR must be configured to manage the exception.
Regards,
Luigi
2021-02-25 12:19 AM
Hello Luigi,
Thanks for your reply,
The exception for critical interrupt is configured in "IVOR0 Critical Input Interrupt Handler". i.e ivor0_callback
Similarly , where is the exception for NMI? or which IVOR can be used for NMI?