-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
[BUG] Adafruit BLE 32u4: OUT_AUTO not applied by default, KC_RESET not putting MCU in DFU mode. #2229
Comments
I know that KC_RESET worked last time I tested it. You have to #define CATERINA_BOOTLOADER like on the pro micro, but even that isn't working now. Something must have changed between Sept/Oct and now. I'm currently not getting anything to work on my Feather BLE 32u4 with code that worked a few months ago. I do remember something about needing an older firmware version for the RF module, so I'm looking for that right now. |
@colemarkham thanks for looking into this. I can confirm that I am using the latest firmware that was available in Aug 2017. I completed the build in December and that is when I noticed the issue. I have not tried using #define CATERINA_BOOTLOADER option. i will try to this today and let you know if this changes anything. |
There was a big update to the bootloader code and make process. Try updating QMK and see if that helps. Also, CATERINA won't help unless you're using the caterina bootloader (such as the pro micro). If you're using DFU, then ... "nothing will happen" basically. |
@drashna first of all, thanks a lot for trying to help me with my so many queries. As per few different post, it looks like CATERINA is the default bootloader on Feather 32u4, thought i am not sure. |
Welcome. I've recently been promoted to a collaborator, so I went through the entire backlog of issues (no small task, let me tell you!). For the Feather 32U4, if it's this: It does require a double-tap to enter bootloader, which is a distinctly CATERINA thing, IIRC. This way, it picks up the caterina specific code, and does proper detection of file size. |
So i have tested the Bootloader option and now I can enter the DFU mode without any issues. |
Hi
I am using Adafruit Bluefruit 32u4 on my board, with code setup provided in MF68_BLE.
The text was updated successfully, but these errors were encountered: