We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
STM32F042C6 loops at 0x1FFFC600 - 0x1FFFC900 in debug mode. It never reaches to the main loop. There is a problem with MCU. Any ideas?
Thank you
~Elessar
How is BOOT0 set? If it's high, you're going to enter the code in ROM, at 0x1FFFxxxx somewhere. You want BOOT0 low to enter your code in FLASH.
I've solved the problem with grounding BOOT0 pin.
Thank You!