This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fail writing data block starting at 4400 using BSL Scripter with MSP430F5529 Launchpad

Other Parts Discussed in Thread: MSP430F5529

Dear all,

I want to download .txt file into MSP430F5529 Launchpad by using BSL Scripter. And I type as following command in script file:

" MODE 5xx COM3

// to erase device, should fail
RX_PASSWORD erase_pass.txt
DELAY 1000
// delay for mass erase
RX_PASSWORD ff_pass.txt
RX_DATA_BLOCK_FAST RAM_BSL.00.05.04.34.txt

DELAY 3000
//------------------------------------------------------
// The USB BSL is now in RAM, and is started
// We must now re-initialize communication
//------------------------------------------------------
MODE 5xx COM3
//------------------------------------------------------
// Now we simply demo the use of the supported functions
//------------------------------------------------------
RX_DATA_BLOCK test.txt
RX_DATA_BLOCK_FAST test.tx"

And the prompt displayed an error:

Mind you give me a solution for this case ?

Regards,

  • Why you opening new topic with same question, and why you are looking for 5529 USB BSL (HID) on COM3? I already lead you to right direction in last topic, but I guess that you are looking for some other solution, that I am not aware of.

  • Hi zrno soli,

    Firstly, thank you for your helping and supporting. But I recognize that there is still waiting for a long time when using "MODE 5xx USB" and I switch to use "MODE 5xx COM3", it's improved for the previous case but has an error "failing writing data block starting at 4400". Thus, I need a another solution for this situation.

    My script:

    MODE 5xx COM3
    // to erase device, should fail
    RX_PASSWORD erase_pass.txt
    DELAY 1000
    // delay for mass erase
    RX_PASSWORD ff_pass.txt
    RX_DATA_BLOCK_FAST RAM_BSL.00.05.04.34.txt
    DELAY 3000
    //------------------------------------------------------
    // The USB BSL is now in RAM, and is started
    // We must now re-initialize communication
    //------------------------------------------------------
    MODE 5xx COM3
    //------------------------------------------------------
    // Now we simply demo the use of the supported functions
    //------------------------------------------------------
    RX_DATA_BLOCK_FAST test.txt
    TX_DATA_BLOCK 0x4400 0x100 Data_Read_1.txt
    TX_DATA_BLOCK 0x4400 0x100 Data_Read_2.txt
    TX_BSL_VERSION
    RX_DATA_BLOCK_FAST test.txt
    SET_PC 0x4400

    And the prompt displayed:

    Regards,

**Attention** This is a public forum