I am a rookie for KDS developement. Now we used Kinetis KL03 chip and I follow document to type blhost command. some results are different from document. I am not sure whether is our problems or different ROM bootloader issues? The differences are below
D> blhost -p COM11 -- get-property 1
Current Version: 1.0.0
D> blhost -p COM11 -- get-property 12
Reserved Region: Flash: 0x0-0x0 (0 bytes)
D> blhost -p COM11 -- write-memory 0 "{{aa bb cc dd}}"
Wrote 4 of 4 bytes ---- OK
D> blhost -p COM11 -- read-memory 0 4
Response staus = 10000(0x2710) KStatus_UnknownCommand
Response word 1 = 0(0x0)
Read 0 of 4 bytes
Thanks and best regards
Ken