2.16 says CLI outputs has changes it now says "sector does not exists"
I am trying to migrate from cubeProgrammer 2.15 to 2.16
I am using same exact command with both versions
bin/STM32_Programmer_CLI.exe -c port=usb1 -w "rusefi.bin" 0x08000000 -v -s
with 2.15 output is
Memory Programming ... Opening and parsing file: rusefi.bin File : rusefi.bin Size : 695.21 KB Address : 0x08000000 Erasing memory corresponding to segment 0: Erasing internal memory sectors [0 9] erasing sector 0000 @: 0x08000000 done erasing sector 0001 @: 0x08004000 done erasing sector 0002 @: 0x08008000 done erasing sector 0003 @: 0x0800c000 done erasing sector 0004 @: 0x08010000 done erasing sector 0005 @: 0x08020000 done erasing sector 0006 @: 0x08040000 done erasing sector 0007 @: 0x08060000 done erasing sector 0008 @: 0x08080000 done erasing sector 0009 @: 0x080a0000 done Download in Progress: ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± 0%
but with 2.16 same exact bin same exact command says
Device name : STM32F405xx/F407xx/F415xx/F417xx
Flash size : 1 MBytes (default)
Device type : MCU
Revision ID : --
Device CPU : Cortex-M4
Memory Programming ...
Opening and parsing file: rusefi.bin
File : rusefi.bin
Size : 694.37 KB
Address : 0x08000000
Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 9]
sector 0000 does not exist
sector 0001 does not exist
sector 0002 does not exist
sector 0003 does not exist
sector 0004 does not exist
sector 0005 does not exist
sector 0006 does not exist
sector 0007 does not exist
sector 0008 does not exist
sector 0009 does not exist
Download in Progress:
±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± 0%
is this a bug or a feature?
