Skip to content
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

Open
eychei opened this issue May 18, 2024 · 4 comments
Open

BluePill: Timeout: No data received from target #31

eychei opened this issue May 18, 2024 · 4 comments

Comments

@eychei
Copy link

eychei commented May 18, 2024

@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

pipico

@curcius
Copy link

curcius commented May 25, 2024

I have the same timeout problem, I couldn't solve it.

@Norto04
Copy link

Norto04 commented Aug 12, 2024

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.

@Straider777
Copy link

A similar situation, I tried on several stm32F1 chips, tried to cool the attacked board with alcohol cooled to -20 degrees. Getting "Timeout: No data received from target" Error. The supply voltage is supplied via a transistor switch, the pulse duration on the Vdd < 3 mcs, there are no capacitors.
20240916_122029

@Straider777
Copy link

Wow, alcohol cooling from the freezer, it still worked for the third time!
20240918_152348
20240918_152402
20240918_152631

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants