2020-09-28 10:04 PM
In this at first time only data is receiving after that code is not executing RxCmplt call back function.
Hardware: For testing I had shorted the both TX and RX pins together of STM32H743I EVAL board.
UART Config : Baud rate = 9600,DataSize = 8bit,Mode = Tx and Rx, Stop Bits = 1, Parity = None, DMA_RX = Circular,DMA1_Stream0
Please help me if any one know the solution.
Solved! Go to Solution.
2020-10-01 12:46 AM
Yeah ,I solved this issue for UART by changing IRAM location to 0x24000000,but for SPI Reception in DMA it is not working
can you tell me what may the issue.
Please help me if you know the solution.
2020-09-29 07:21 AM
Not much info here. The reception is a one shot deal. You need to call it again to receive the next batch of bytes.
2020-10-01 12:46 AM
Yeah ,I solved this issue for UART by changing IRAM location to 0x24000000,but for SPI Reception in DMA it is not working
can you tell me what may the issue.
Please help me if you know the solution.