ElectronicCats / DAP-Cat-Programmer

An Open-Source CMSIS-DAP Debug Probe based on DAPLink and USB bus convert and it can realize USB convert to serial interface based in CH552, low-cost of $5 dollars
GNU Lesser General Public License v2.1
93 stars 29 forks source link

What's DAP_TransferAbort for? #3

Closed llinjupt closed 2 years ago

llinjupt commented 2 years ago

Hi Mr. Cat,

First thanks for your great work. I have found a variable named DAP_TransferAbort which is not set as 1 forever. It seems the porting work has left out something there.

wero1414 commented 2 years ago

is it giving you problems at compile? or what do you mean?

Thanks for the feedback!

llinjupt commented 2 years ago

No, not yet. I just want to know what the varialbe DAP_TransferAbort is for and Why should it exist if no where it is set to 1 which means it doesn't take any work? I have checked the orignial DAPLink code and found the answer there. Thanks.