We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf95cd6 commit 0feda6eCopy full SHA for 0feda6e
source/hic_hal/maxim/max32625/gpio.c
@@ -236,6 +236,10 @@ void gpio_init(void)
236
target_set_interface(IO_SWD_EXT);
237
}
238
#endif
239
+
240
+ // Disable Reset pin interrupt - Fix for old bootloader firmware
241
+ MXC_GPIO->inten[PIN_RESET_IN_NO_FWRD_PORT] &= ~(1 << PIN_RESET_IN_NO_FWRD_PIN);
242
+ NVIC_DisableIRQ(GPIO_P2_IRQn);
243
244
245
/******************************************************************************/
0 commit comments