2023-02-12 05:20 AM
i'm using STM32F730 as uart receiver and STM32f0 as uart transmitter baud rate 9600, 8 bit data representation. i'm using DMA with interrupt for the communication. i'm using HAL for programming on IAR workbench.
The transmitter is continuously transmitting 20 bytes after a delay of 1 sec. i'm facing following issue:
Solved! Go to Solution.
2023-02-13 12:42 AM
>>The receiver gets interrupted only once and after wards it is not getting interrupted.
Receiving buffer overflow?
2023-02-13 12:42 AM
>>The receiver gets interrupted only once and after wards it is not getting interrupted.
Receiving buffer overflow?
2023-02-19 05:25 AM
thanks a lot for your input, it was the overflow flag causing problem in the reception. plz tell me how i can clear it in the program.
i've one more question related to transmission using DMA. i'm facing a strange situation.
Regards