2023-02-07 12:57 AM
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?
2023-02-14 11:24 PM
Do you know How to read FUS version using STM32 CLI?
2023-02-17 09:14 AM