Question
Read/Write flash section using CLI
Hello,
I was trying to program STM32 using CLI, I want to READ/WRITE the memory flash section of STM32
I tried STM32_Programmer_CLI -c port=/dev/ttyS0 -w memory=flash readfile=HS_read.bin address=0x08000000 size=16
STM32_Programmer_CLI -c port=COM15 these commands, but it was showing the following error
Can you help me with what going wrong here?
And also can you help me with the correct STM commands?