Flash programming issue using custom tool
Hi everyone,
I facing some issues with the custom flash loader tool and MCU, I developed the tool and bootloader code of the STM32H503RBt6 controller, and I flashed the hex file using the custom tool, its works but the data is not flashed in the controller,
I configured the HSI Clock frequency 64Mhz(default freq), set the voltage scaling is 2, FLASH_ACR_WRHIGHFREQ is 01,
I was debugging step by step, it flashed properly but normally(without debugging) it's not working. I can't understand it.
Anyone, please help to resolve this error, and suggest some ideas to develop the tool
I have lot of questions, like
what freq range is used to MCU in the custom bootloader, voltage scaling level and FLASH_ACR_WRHIGHFREQ ( to better convenient)
