2020-05-06 02:04 PM
2020-05-08 03:14 AM
Hi @DPana.1 ,
Try to use this command : java -jar SetupSTM32CubeProgrammer-***.exe .
regards,
Houda
2020-05-11 12:31 AM
2020-05-11 02:35 PM
Hi @DPana.1 ,
can you please send me the log output?and also the output log of "java -version" command.
For the second question , using STM32CubeProgrammer, reading/writing external flash is possible only via STLink (not possible via UART). That's mean using UART/Bootloader interface only internal flash is accessible in read/write.
regards,
Houda
2020-05-11 07:58 PM
What board?
The pins of the STM32 expect CMOS levels, and are not directly compatible with RS232 levels.
You may be able to read the Flash content is access has been locked/protected. The BOOT0 pin needs to be high to enter the System Loader, PA9 and PA10 are some of the pins usually involved, but review application note AN2606 related to the specific part in question.
2020-05-12 01:11 AM
> the file ending with ".linux" it's an exec. for Linux OS, but when executed it doesn't anything
In case you don't know, file suffixes have no special meaning under Unix/Linux.
Check in a file browser or per command line that the 'x' flag of said file is set. If not, set it.
You will most probably need SU rights for a successful install.