Page 1 of 1

CAN using interrupt in N9H30

Posted: 20 Jan 2020, 20:00
by sridhar
Hi
I am currently doing a development related to CAN in the weighing application.
I have used sample code but not working properly and we are trying for past one months.
So please provide CAN code with example in interrupt and also to store multiple extended CAN data.
Also share me the datasheet and other documents for this series.
Thanks
R Sridhar

Re: CAN using interrupt in N9H30

Posted: 21 Jan 2020, 10:47
by Roy_chen
Hi Sridhar

Please access below website and download the newest BSP of N9H30_emWin_NonOS.
You should find CAN sample code in SampleCode folder that support can with interrupt in N9H30.
https://github.com/OpenNuvoton/N9H30_emWin_NonOS

thanks

PRChen

Re: CAN using interrupt in N9H30

Posted: 28 Jan 2020, 13:42
by sridhar
Hi
Thanks for your code.I have checked your CAN code with interrupt,it is working.
But only the 7th interrupt is missed always.Can you tell me the reason for this.
Thanks in Advance
R Sridhar

Re: CAN using interrupt in N9H30

Posted: 20 Feb 2020, 11:22
by sridhar
Hi
I can able to complete sequences of CAN data one by one up to 13 sequences
But now i need to read 32 sequences.So please give your suggestions.
Thanks in Advance
R Sridhar