-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BluePill: Timeout: No data received from target #31
Comments
I have the same timeout problem, I couldn't solve it. |
Im having the same issue, I used openocd to dump the sram after it was written and they are the same. Im on windows 10 and i kept getting an error where openocd was getting a messed up path so i changed line 295, and I put the .bins in the same folder as the python script. ["init", 'load_image "' + "target_usart1.bin" + '" ' + str(hex(SRAM_START)), "exit"], Not really sure what else to try. |
@hello,
I am trying to get this to work on a standard bluepill board without success.
Getting "Timeout: No data received from target" Error
What I tried so far:
-Using the precompiled firmware files
-Compiling attack and also target firmware
-Changing pcs and operation system: Windows WSL (Ubuntu), Virtualbox (Kali), Clean Linux PC (Ubuntu)
-Changed attack.c sleep.ms(15) to 30ms
-Changed Bluepill boards
-Changed PiPico W with PiPico
-Tried with unlocked stm32 firmware
-Tried every uart combination
-Tried with shorter cables and connecting directly to the bluepill without a breadboard
Nothing of the above helped, always the same error.
What I have noticed is that the GP25 LED is not powered or blinking in any state of the process.
Hope someone can help me out in finding the root of this issue.
Thanks
eychei
The text was updated successfully, but these errors were encountered: