XMC4800 MO FIFO Receive interrupt reference code

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Hunt_yang
Level 2
Level 2
Distributor - Future(GC)
First like received 10 replies posted 10 questions asked

Hi,

 

Could you help share a code example for XMC4800 mo FIFO receive interrupt applicant? Thanks.

 

BR.

Hunt

0 Likes
1 Solution

你在安装DAVE的时候,是不是下载了 XMC_Peripheral_Library_V2.1.24,从这个文件夹进入会有code example,类似这个路径;C:\daveanzuang\XMC_Peripheral_Library_v2.1.24\XMCLib\examples\XMC4800_series\CAN\CAN_RECEIVER

View solution in original post

0 Likes
5 Replies
Roy_Liu
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 10 questions asked

Hi Hunt,

Is this what your are looking for ?

https://github.com/Infineon/mtb-example-xmc-uart-transmit-receive-fifo-interrupts

Roy Liu
0 Likes
Hunt_yang
Level 2
Level 2
Distributor - Future(GC)
First like received 10 replies posted 10 questions asked

Hi Roy,

 

I have check the demo code you sent, thanks.

I'm wondering if there is CAN receive interrupt code example? 

20211207174652.jpg

For example, I want to receive 0x705 data, how do I configure these three MO# members in the above picture?

 

BR.

Hunt 

0 Likes
Hunt_yang
Level 2
Level 2
Distributor - Future(GC)
First like received 10 replies posted 10 questions asked

Hi Roy,

Do you have any idea about this?

BR.

Hunt Yang

0 Likes

你在安装DAVE的时候,是不是下载了 XMC_Peripheral_Library_V2.1.24,从这个文件夹进入会有code example,类似这个路径;C:\daveanzuang\XMC_Peripheral_Library_v2.1.24\XMCLib\examples\XMC4800_series\CAN\CAN_RECEIVER

0 Likes
Hunt_yang
Level 2
Level 2
Distributor - Future(GC)
First like received 10 replies posted 10 questions asked

Hi Lingling,

我有看到这个例程,但这个例程没有说明怎么配置CAN接收端的中断,如Roy开始回复的串口接收中断那样😂我尝试了一些方式实现了我的效果,如果您后面有找到关于CAN 接收中断 的相关说明,我再仔细学习学习!

BR.

Hunt Yang