Resolved! Reset STM32(F4) to particular startup address
Posted on June 16, 2017 at 09:59Hi,I have partitionned my STM32F4 memory into 2 parts :1 part, starting from the default startup address ( 0x8000004 ), and 1 part starting from a custom startup address ( 0x8004004).When running code from the 2nd par...