2019-06-17 04:03 AM
With some other microcontroller it works propetrly.
Why with STM32F072CBT6 doesen't works?
2019-06-17 07:44 AM
Perhaps due to the mapping of the zero space memory, and the way CM0 manages, or lacks control over, the Vector Table mapping.
Suggest you try adding code in the Reset Handler to enable the SYSCFG peripheral and remap the FLASH into the expected location.