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.

Query related to BSL_SCRIPTER for msp430f6638

Hi,

I have few query related to bsl_scripter.

1) Its name is bsl_scripter can it be used to program the device or just bsl area?

2) i had some problem compiling slau319h bsl_scripter source so i found following link stating that slau319e has source code with visual studio workspace but i am NOT able to find SLAU319E pdf or bsl_scripter. where to find it??

http://processors.wiki.ti.com/index.php/MSP430_FAQ#How_can_i_compile_the_BSL_Scripter_and_BSLDEMO2_source_codes_from_SLAU319.3F

Thanks and Regards

  • Ajit Shrivastava said:

    1) Its name is bsl_scripter can it be used to program the device or just bsl area?

    It can be used for programing complete flash memory (including bsl area).

    Ajit Shrivastava said:

    2) i had some problem compiling slau319h bsl_scripter source so i found following link stating that slau319e has source code with visual studio workspace but i am NOT able to find SLAU319E pdf or bsl_scripter. where to find it??

    And why you want to compile it? There is (inside slau319) already bulided BSL_Scripter.exe and BSLDEMO.EXE.

  • Hi Zrna soli,

    Thanks for replying.

    1) i am facing some issue while running the application as shown below . i want to debug the issue.

    i am also attaching the script file

    8865.script.txt
    MODE 5xx USB
    // 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
    SET_PC 0x2504
    DELAY 3000
    //------------------------------------------------------
    // The USB BSL is now in RAM, and is started
    // We must now re-initialize communication
    //------------------------------------------------------
    MODE 5xx USB
    //------------------------------------------------------
    // Now we simply demo the use of the supported functions
    //------------------------------------------------------
    //RX_DATA_BLOCK_FAST 5529_LED_BLINK.txt
    FW1625.txt
    TX_DATA_BLOCK 0x8000 0x100 Data_Read_1.txt
    CRC_CHECK 0x8000 0x10 0xCFB8
    ERASE_SEGMENT 0x8000 
    TX_DATA_BLOCK 0x8000 0x100 Data_Read_2.txt
    CRC_CHECK 0x8000 0x100 0x5B2F
    TX_BSL_VERSION
    //RX_DATA_BLOCK_FAST 5529_LED_BLINK.txt
    RX_DATA_BLOCK_FAST  FW1625.txt
    SET_PC 0x8000 

    2. I want to make certain changes in the application to make it custom to requirement. if i could get the bsl_scripter visual studio workspace i can work on these issues.

    Thanks and Regards

**Attention** This is a public forum