Hi,I'm able with the following script "myScript.prg" to write a single byte of data:-c port=SWD
#Write8(0x08000428,0xAB)This script is then called with the batch:STM32_Programmer_CLI.exe -script myScript.prgBut the problem here is that there's no pos...