dlbeer/mspdebug

Slow programming of MSP430F5328 using MSP320-JTAG-TINY-V2 under mspdebug

raistlin83 opened this issue · 3 comments

Hi,

I have a problem / question: i'm trying to program a MSP430F5328 chip with quite large TXT file - about 122 kB of code memory.

When i'm using "Olimex MPS Programmer" under win10, everything is ok, whole process takes about 10-12 seconds. But when i tried to do this with mspdebug software under linux, whole process takes about 100 seconds.

MSPDEBUG version is 0.25
Debian 8 on a BeagleBone Black
mspdebug -q -j olimex "prog /home/wsad.txt"

Do anyone know how to speed it up? I have to program my chip using mspdebug and almost 2 minutes is definitely too long..

Thanks Daniel,

after setting the block size to 499:

(mspdebug) opt fet_block_size 499

whole operation lasts about 15 sec :)

Problem solved