STM32F469 processor internal Bootloader issue
I am having an issue using the STM32F469 processor. Previously using the STM32F407 and STM32F373 I have been able to implement a call to the internal bootloader via address 0x1FFF0000 as suggested in many previous posts. It all works fine and dandy and was a very useful piece of information. However, when trying to use the same method on the STM32F469, which is a close relative to the 407, the call to the internal bootloader just causes a reset. I can enter the bootloader using the external Boot0 pin without problems. Is there a key difference in the ST32F469 bootloader that I need to be aware of?
