Charlie Waters
Charlie Waters
On CN2, the pin with the square pad (the top one) is pin 1. Typically OpenOCD is run in the same directory as an openocd.cfg file, which sets up the...
So I got the JLink clone from the AliExpress link above. It seems that the firmware was extracted from a legit JLink, and reprogrammed into an STM32. https://github.com/GCY/JLINK-ARM-OB It does...
I've been able to confirm that enabling flash security seems to cause qmk_pok3r to not boot correctly. I have absolutely no idea why, but I'll keep working on it (though...
So... the keyboard is seen by pok3rtool? Can you `pok3rtool flash` the firmware? It looks to me like you've done everything right, I just haven't tried before with an STLink....
Yes, for some reason, ChibiOS does not seem to work on the HT32 with security bits enabled. It's definitely a design flaw with the HT32, because security modes should be...
@SondreHusevold See #27
This applies to the Pok3r (non-RGB): - It's **not** safe to flash a locked (flash security protection enabled) keyboard. (How they come from the factory) - It **seems** to be...
Yes, which is why the issue warrants basically starting over on the firmware from scratch. The issue is with the hardware, but only seems to be an issue with the...
The setback is that qmk_pok3r does not work (hardfaults) with flash security enabled on the MCU (the way it comes from the factory). This is very difficult to debug, because...
"Difficult" meaning I wasn't going to attempt it until I had exhausted my other options (rewriting the whole firmware lol). If someone wants to dig into it, I'll help how...