FRDM-K22F UART interrupt example

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

FRDM-K22F UART interrupt example

992 Views
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

Labels (1)
0 Kudos
2 Replies

501 Views
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 Kudos

501 Views
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 Kudos