Hello Alice,
I'm using KDS 3.0 + SDK 1.2 + KL43.
My point is, I am expecting some bytes on the LPUART RX, but the number of bytes is variable, however I know it will not exceed a given value, e.g 127, or my buffer has a given size that should not be exceeded.
The way it is written, makes me believe that I need to know excatcly the number of bytes before using LPUART_DRV_ReceiveData. Is that true?
The reason I am asking this is because I am experiencing some problems to fetch RX data from LPUART.
It is probably my fault, but I am trying to identify what am I doing wrong.