STM32_Programmer_CLI -w16 not working in high-cycle flash with trust zone activated
If I try to write data to high-cycle flash from command line with the -w16 command when trust zone is activated it says that it succeeded but the data isn't written.
Using -w16 without trust zone works as expected.
Writing data with --download from command line works as expcted
-fillbytes works as expected from both command line and gui (though from command line I get an error saying "The data filling size must be 8, 16 or 32. 8 bit will be used by default." if I set dataWidth to 16)
Do I have to do something extra when using the -w16 command?
I'm using:
* STM32CubeProgrammer v2.19.0
* STLINK-V3SET FW V3J16M7B5S1
* STM32H56x
