Hey guys, im new to st and im having hard time with receiving data VIA uart. im trying to receive data with unknown length, decided that the best thing for my application would be idle line interrupt.
my problem is that the DMA only writes to the first address of the buffer, means that when i look on the buffer, the last byte of the message is stored in the first place of the array, and the rest of the data is overwritten.what could be the problem...