SWV Console Automated
Hi there,
I've an issue when trying to automatize the SWV command with Jenkins. The issue is that when I run the command: STM32_Programmer_CLI -c port=SWD -swv freq=216 portnumber=0 it asks the user to press 'R' in order to start. Since Jenkins has no desktop or interface I cannot focus the window in order to press the button with a macro. I have tried with a tubed batch, python script and keyboard macro but nothings seems to work. So I guess my question is, has anybody done that? Is there any way I can pass the 'R' as a parameter in the command line?
