S32G2 : LLCE CAN Controller MIXED interrupt setting

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32G2 : LLCE CAN Controller MIXED interrupt setting

Jump to solution
1,440 Views
skseofh
Contributor II

Hi~

I'm using S32G274A.

In 'LLCE firmware user guide.pdf' page 12, there is explanation on MIXED interrupt processing.(See below)

skseofh_0-1636598264538.png

Based on this docs, I thought that FIFO can be configurable between INTERRUPT and POLLING.

But in S32DS 3.4 IDE peripheral component setting, there is no configuration on FIFO about INTR & POLLING.

I only can find CAN Controller level configuration.(See below)

skseofh_1-1636598574703.png

 

How do I set INTR to some FIFOs and POLLING to some FIFOs on SAME CAN Controller?

0 Kudos
1 Solution
1,396 Views
bpe
NXP Employee
NXP Employee

In mixed mode, you need several HRH's each configured for either polling or
interrupt. See the Sections 3.6.2 and 3.6.3 of the CAN_LLCE Driver User Manual
for detailed information. Sections 4.116, 4.118 discuss related
Tresos configuration objects and their parameters.

Best Regards,
Platon

 

View solution in original post

0 Kudos
2 Replies
1,397 Views
bpe
NXP Employee
NXP Employee

In mixed mode, you need several HRH's each configured for either polling or
interrupt. See the Sections 3.6.2 and 3.6.3 of the CAN_LLCE Driver User Manual
for detailed information. Sections 4.116, 4.118 discuss related
Tresos configuration objects and their parameters.

Best Regards,
Platon

 

0 Kudos
1,365 Views
skseofh
Contributor II

Thank you!

It really helps me to understand.

0 Kudos