How can I rewrite peripheral block? My MCU is STM32F103VCT6?
Hi, community!
I had a problem, when chip burned out in my device, I bought new. I installed it in the main board and programmed Flash Memory. All passed success, a device works, but there are some bugs. I assume that the peripheral devices are incorrectly configured. But I don't succeed to program the peripheral block of memory, that is start address - 0x4000 0000 and ends address - 0x5fff FFFF. I tried to program each section of the block separately, starting at address 0x4000 0000, with size 0x3ff .For example, on the block of RTC, ST Link Utility shows an error: Programming error @: 0x40002804. I have firmware for each section with size 0x3FF. What can it be with constrained? How can I program periphery? Thanks in advance.