Skip to main content
Lross.19
Visitor II
June 17, 2019
Question

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.

  • June 17, 2019
  • 1 reply
  • 599 views

With some other microcontroller it works propetrly.

Why with STM32F072CBT6 doesen't works?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 17, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..