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.

CCS/MSP430F5529: MSP430F5229, LMX2595

Part Number: MSP430F5529

Tool/software: Code Composer Studio

Sir,

1) With respect to programming point of view we need to include the header file of msp430 and stop the watch dog timer. later on do I need to just load the register values by just forcing the 24 bit which has 1 bit r/w, 7 bit address and 16 bit data which I get from TICS pro software. Does it works or else do  need to use the msp430f5529 in master mode. as far as my knowledge I think that just of forcing the values in the registers, but the problem is that there are no set of registers available named as R0,R1.........R78. Do I need to make use of the ports available in the msp430f5529 for this purpose? 

Where do I specify the 7-bit address along with the read/write bit?

Do in need to run an infinite while loop, enabling the chip select and forcing the values in that loop and the do I need to use the command of spi.write(data) for loading the data and how do I specify the address in programming.

2) Is there any software to check the code in keil,proteus other than ccs and iar workbench wherein they are used to evaluate only in the presence of hardware check the output

 

Actually I am new to programming and msp430f5529 and I have very less time to complete this project. So, any help will be greatly appreciated.

Thanks in advance.

 

  • Hello,

    singam vamshi krishna said:

    1) With respect to programming point of view we need to include the header file of msp430 and stop the watch dog timer. later on do I need to just load the register values by just forcing the 24 bit which has 1 bit r/w, 7 bit address and 16 bit data which I get from TICS pro software. Does it works or else do  need to use the msp430f5529 in master mode. as far as my knowledge I think that just of forcing the values in the registers, but the problem is that there are no set of registers available named as R0,R1.........R78. Do I need to make use of the ports available in the msp430f5529 for this purpose? 

    Where do I specify the 7-bit address along with the read/write bit?

    Do in need to run an infinite while loop, enabling the chip select and forcing the values in that loop and the do I need to use the command of spi.write(data) for loading the data and how do I specify the address in programming.

    Between our SPI code examples on dev.ti.com and the user's guide for the MSP430F5529, they should help answer your questions.

    singam vamshi krishna said:
    2) Is there any software to check the code in keil,proteus other than ccs and iar workbench wherein they are used to evaluate only in the presence of hardware check the output

    You may be able to use Keil, but I would recommend using either CCS (free) or IAR (may need to buy a license) if you don't have much time for developing your project. Otherwise, you may need to adapt the CCS or IAR examples for Keil.

    Regards,

    James

**Attention** This is a public forum