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.

Flash monitor programming for MSP430XX

Other Parts Discussed in Thread: MSP430F169, MSP430F1612, MSP430F5438

 I refferred the Doc.slaa341.pdf for this flash monitoring program. The monitor code along with that document is for MSP430F169.I am using MSP430F1612 & made changes to the code as mentioned in the doc for MSP430F1612.

But still when i am entering some command  from the hyper terminal, it's not working.

The USART is working ok when tested with another code of  MSP430F1612.

Is there any code in c for flash monitoring?

Please suggest me.

  • In IAR workbench can I see the USART_IFG resistor in Register window while debugging, as I need the USART IFG resistors for the function  sendchar( ).

    I can't debug after sendchar( ) function.

    Help me regarding this.

     

     

  • Read: "Migrating From MSP430F16x to MSP430F261x" (SLAA380A.pdf from TI). The UARTs are quite different.

  • I don't want to migrate from msp43f16x to msp430f26x. I want to debug the code related to the slaa341.pdf.

    The code is wriitten for MSP430F169 chip,I have done the changes to code for MSP430F1612 chip as directed in the slaa341.pdf .

    Plz guide me regarding the debugging of that code.

  • Sorry, I mis-read your original posting and thought you want to port it to F261x.

    For F1612, you only need to change one line in one of the header files. What changes did you make?

    --OCY

  • Thanks for reply.

    I done the following changes to the header file:

    TargetDefs.h: 

                            1.#define CHIP_F1612 , 2.#define SERIAL_PORT_0  , 3.#define DIRECT_INTERRUPTS is commented, 4.#define PASSWORD is commented

    Linker file is changed for MSP430F1612.

    Are there any chages remained?

    Pls reply.

                          

  • Sample codes given for Flash writing of MSP4305438 are not working.

    I can't debug it properly.

    Pls suggest if there are any changes have to be done to it.

    Pls reply.

  • I want to implement Flash Monitor program for MSP430F5438.For that I am writing the monitor code which is as:

    UART Initialisation + Sending the commands from hyper terminal + According to the respected commands perticular functions like erase,write flash will execute if the command is received in specified time period (2 sec as specified in slaa341.pdf doc)

    otherwise it will execute the Application program.

    Will it work?

    Plz suugest me.

**Attention** This is a public forum