SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By Pascal
#176578
Hello

when I try to debug the STM32f411 controller, OpenOCD tells me that it is not detected as a STM32 Family device. I saw that the changes to support this device have already been made in the source code, however I'm having a hard time to compile it for my windows machine. Does anyone happen to have a fresh windows build? When I tried to compile it went through all the steps and I got an exe but I got those errors when trying to use it:
Quit (expect signal SIGINT when the program is resumed)
Quit (expect signal SIGINT when the program is resumed)
Exception condition detected on fd 0
error detected on stdin
I also find it weird that my exe is almost 10MB big, while the official 0.8.0 Build is only about 2MB. Mine also asked for the cygusb-1.0.dll and cygusb0.dll which are not required with the other build.

Any help appreciated

Best Regards