Hi all, i have a MC, ie STM32H745IIK6(Dual Core). i need to program/flash it using STM32_Programmer_CLI tool. tried bellow mentioned command.
"./STM32_Programmer_CLI -q -c port=SWD mode=UR -e all -w /home/usr/workspace/BinaryFiles/example.bin 0x08000000 -v --start"
after executing this i am getting a warning "The Core is locked up" and MC not executing any instruction.
If any one have some idea regarding this issue please let me know.