X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm%2Fao_boot_pin.c;h=1000a65a8c1e361728b9e024ae3d3f67f6357976;hp=03b0214f6bf492fed6be3639d42f945588e1a45b;hb=ecb128579e7576fc27c8ca93708f316b9ac91630;hpb=4a90eec4b8ee4a35711aa74c13b3f30d12c0fe08;ds=inline diff --git a/src/stm/ao_boot_pin.c b/src/stm/ao_boot_pin.c index 03b0214f..1000a65a 100644 --- a/src/stm/ao_boot_pin.c +++ b/src/stm/ao_boot_pin.c @@ -31,6 +31,9 @@ ao_boot_check_pin(void) ao_enable_input(&AO_BOOT_APPLICATION_GPIO, AO_BOOT_APPLICATION_PIN, AO_BOOT_APPLICATION_MODE); + for (v = 0; v < 100; v++) + ao_arch_nop(); + /* Read the value */ v = stm_gpio_get(&AO_BOOT_APPLICATION_GPIO, AO_BOOT_APPLICATION_PIN);