MPC5643L Interrupt vector table

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

MPC5643L Interrupt vector table

Jump to solution
1,403 Views
olegivanus
Contributor III

Hi everyone.

I try to initialize LINflex module in MPC5643L to work in UART mode with interrupts, but cann't find information about how to organize interrupt handler for RX and TX events (how to init interrupt controller, what numbers/adresses of vectors for this events).

 

Maybe someone have example, which describes how to initialize interrupt controller and work in interrupt mode with UART?

Thank you!

Labels (1)
0 Kudos
1 Solution
763 Views
stanish
NXP Employee
NXP Employee

Hello Oleg,

Does the cookbook examples helped you to setup UART mode with interrupts?

MPC5643L UART examples

Stan

View solution in original post

0 Kudos
2 Replies
764 Views
stanish
NXP Employee
NXP Employee

Hello Oleg,

Does the cookbook examples helped you to setup UART mode with interrupts?

MPC5643L UART examples

Stan

0 Kudos
763 Views
olegivanus
Contributor III

Hello, Stan. I can't understand, what DMA doing in this example.

It seems to be in this examples UART using software polling mode, DMA is initialized, but there are no handlers for DMA events such as "RX complete" or "TX complete".

I get for my project only baudrate and GPIO mode settings for UART.

Now I study how to using LINFLEX in UART mode using interrupts, because DMA mode is not yet acceptable for my application.

Thank for attention

10.04.2014, 14:46, "Stanislav Sliva" <admin@community.freescale.com>:

MPC5643L Interrupt vector table

reply from Stanislav Sliva in CodeWarrior for MCU - View the full discussion

>

0 Kudos