STM32F7xx: How to read DBGMCU_IDCODE from bootloader?
Hi;In order to determine exactly the chip type I'd like to read the DBGMCU_IDCODE register. When I try to do this the bootloader hangs. RM0410 44.6.1 says "Only 32 bit access support". I guess the bootloader uses byte access.Is there a workaround?Rea...