MPC5643L Interrupt vector table

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC5643L Interrupt vector table

跳至解决方案
1,579 次查看
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!

标签 (1)
0 项奖励
回复
1 解答
939 次查看
stanish
NXP Employee
NXP Employee

Hello Oleg,

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

MPC5643L UART examples

Stan

在原帖中查看解决方案

0 项奖励
回复
2 回复数
940 次查看
stanish
NXP Employee
NXP Employee

Hello Oleg,

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

MPC5643L UART examples

Stan

0 项奖励
回复
939 次查看
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 项奖励
回复