You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bootloader 1.1 doesn't boot when the bootloader button is pressed while resetting. It is attributed to the function "MicoShouldEnterBootloader(void)" in platform.c . Removing the line "MicoGpioInitialize(pin, INPUT_PULL_UP);" from the function fixes the issue.
Please update the code if possible.
Thanks
LP
The text was updated successfully, but these errors were encountered:
Bootloader 1.1 doesn't boot when the bootloader button is pressed while resetting. It is attributed to the function "MicoShouldEnterBootloader(void)" in platform.c . Removing the line "MicoGpioInitialize(pin, INPUT_PULL_UP);" from the function fixes the issue.
Please update the code if possible.
Thanks
LP
The text was updated successfully, but these errors were encountered: