擦除flash不设置擦除长度
This commit is contained in:
@@ -105,7 +105,7 @@ Public Class SerialPort_BLV_Bootloader
|
||||
Dim cmd As Byte = &HC5
|
||||
Dim all As Byte = CInt(args(0))
|
||||
Dim waddr() As Byte = DataProcessing.IntToByteHxxB(CInt(args(1)))
|
||||
Dim len() As Byte = DataProcessing.IntToByteLB(CUShort(args(2)))
|
||||
Dim len() As Byte = DataProcessing.IntToByteLB(0)
|
||||
result.Add(cmd)
|
||||
result.Add(all)
|
||||
result.AddRange(waddr)
|
||||
|
||||
Reference in New Issue
Block a user