cancel
Showing results for 
Search instead for 
Did you mean: 

hallo, I'm programming the STM32F072CBT6. In the programming "STM demostrator gui" screen I check the "after programming Jump to the user program" but after programming the STM32F072CBT6 remain locked.

Lross.19
Associate

With some other microcontroller it works propetrly.

Why with STM32F072CBT6 doesen't works?

1 REPLY 1

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..