Flashing TSV file using STM32_Programmer_CLI. Specifying path to binary files
I am attempting to flash a TSV file using a command-line tool under Linux. In the documentation, I have found that the syntax is as follows:
STM32_Programmer_CLI -c port=<DEVICE_PORT_LOCATION> -w [<file.tsv>]
Additionally, there is information that if the Flashlayout and binaries are not in the same directory, then the path to the Flashlayout files must be precised. So my question is how to pass path to the directory containing binary files?
