FRDM-K22F UART interrupt example

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

FRDM-K22F UART interrupt example

1,528 次查看
kent_gu
Contributor III

Hi,

I have a FRDM-K22F demo board, also use SDK to develop FW. I checked all UART example, seems that all UART example run in query mode. Do you have the UART interrupt example?

 

In the further, I also use MK22F1M0 chipset to develop CAN bus function, do you have CAN interrupt example?

 

Best regards,

Kent

标签 (1)
0 项奖励
回复
2 回复数

1,037 次查看
kent_gu
Contributor III

Iva,

I checked the uart_non-blocking_example in the "C:\Freescale\KSDK_1.3.0\examples\frdmk22f\driver_examples\uart\uart_non_blocking", but seems that it still is loop-query mode? Don't see any "Interrupt flag", "IRQHandler" ,etc source code?

Best regards,

Kent

0 项奖励
回复

1,037 次查看
ivadorazinova
NXP Employee
NXP Employee

Hi Kent,

thank you for your question.

We have UART example with non-blocking method, which is located under C:\Freescale\KSDK_1.3.0\examples\frdmk22f\driver_examples\uart\uart_non_blocking

and about CAN interrupt example I think this could help you void FLEXCAN_DRV_IRQHandler (uint8_t instance)

In case of any issue please let me know.

Thank you,

Have a nice day!

Iva

0 项奖励
回复