Can't get out of DFU mode.
Hello,
Using a custom board loosely based on STM32mp157F-DK2
we are using boot0 and boot2 pins.According to documentation,
boot mode configuration is as follows;
Boot Mode BOOT2 BOOT0
Recov/DFU 0 0
Nor 0 1
Reserved(DEV) 1 0
SD-Card 1 1
Whereas with our board,I get a table like this
Boot Mode BOOT2 BOOT0
DFU 0 0
DFU 0 1
Reserved(DEV) 1 0
DFU 1 1
Since the board is in perpetual DFU mode I can't
boot from SD-card. Our HW engineer assured me that the
boot pins are connected correctly (1K resistors through VDD and dip switches)
Is there a way to force the board to boot from SD-card in that case
or is there something else that I might be missing?
Thanks in advance,
