Hello everybody!
I'm working with KDS 3.2.0, and i'm having a little problem at receiving from 2 AsynchroSerials in a FRDM KL25Z board, because each Asynchroserial is sending and receiving data frames very fast, and when I try to manipulate the received info in one of the Asynchroserials, the other one seems to fail, so, in order to manipulate the info without problems, i want to enable/disable the rx interrupt in one of the AsynchroSerials while the other is receiving, what could I do for activate/deactivate interrupts?
Thanks!