xil-se / xildebug_sw

XilDebug is a CMSIS-DAP compliant debugger, UART bridge and power profiler all in one package.
5 stars 1 forks source link

Kb/uart dmafix #54

Closed kbeckmann closed 6 years ago

kbeckmann commented 6 years ago

Closes #43

I have tested this with a pretty nasty test case: Print multiple times async sequentially and then read from uart in the main task, at the same time print a character from the adc task for each sample we get. And it works, and doesn't lock up.