spacemeowx2 / blflash

bl602 serial flasher
Apache License 2.0
55 stars 16 forks source link

is blflash aware of BL602 flash size? #18

Open divadiow opened 8 months ago

divadiow commented 8 months ago

If I'm dumping using blflash-windows-amd64.exe dump LF686C.bin --initial-baud-rate 115200 --baud-rate 115200 --port COM10 for example, does blflash dump the whole memory? I see BL602 comes with optional onboard memory and it can be of varying size. I cannot determine from the IC package silkscreen how much memory is on the device I have. How can I be sure blflash dumps the whole thing?

spacemeowx2 commented 8 months ago

It's not.

You can pass --start and --end to specify the dump range.

I must clarify that I was only interested in the bl602 when it was released and completed this hobby project. I'm not an expert on this :)

divadiow commented 8 months ago

OK fair enough. just wanted to sure it was dumping the whole flash. cheers