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

[help] QMK Doc‘s “Flashing DFU Bootloader” cannot flash APM32。 #23450

Closed
DFWJunior opened this issue Apr 10, 2024 · 1 comment
Closed

Comments

@DFWJunior
Copy link

Issue Description

in QMK Doc‘s “ISP Flashing Guide”,it said to use
openocd -f interface/stlink.cfg -f target/stm32f1x.cfg -c "init; reset halt; stm32f1x unlock 0; reset halt; exit"
to solve some STM32's firmware lock.
but in recently some new APM32, it has a default firmware lock,and cannot use this command to unlock it.
QMK said:
Info : auto-selecting first available session transport "hla_swd". To override use 'transport select '.
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD

did it have any solution to unlock it in QMK,or can it add a part to use COM port to unlock it with STM32 Demonstratror GUI?

@tzarc
Copy link
Member

tzarc commented Apr 10, 2024

You’re using a procedure for a different chip, there’s no way for us to give you valid instructions here. It’s like saying “why won’t my iPhone boot up when I put my favourite Android firmware on it?”

If it’s compatible somehow, great. We don’t have these chips available to us, nor the bandwidth to investigate.

@tzarc tzarc closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants