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.

Data sheets and programming

Other Parts Discussed in Thread: MSP430F2272, MSP430F2274

Hi,  

   I was wondering where I could find a data sheet for the MSP430F2272 that gives a detailed description of the programming registers.  The closest thing I found was the user guide but it doesn't seem to have everything in it.  I looked at some code examples and it was hard to figure out what they were doing because I wasn't sure how the registers were set up.  I'm new to ti's microcontrollers.  I've done a lot with microchip so i know how to program.

Thanks for any help,

Tony

  • Hi Tony,

    for MSP430 MCUs, typically you need two pieces of documentation in order to fully understand/program the device. There is no single document that contains all information. The device family-specific user's guides (such as the "MSP430x2xx User's Guide" in case of MSP430F2274) always contains information regarding the exact CPU and peripheral module operation, while the datasheet gives the electrical parameters for a specific device. In addition to that, the code examples on the web (www.ti.com/msp430codeexamples) can be used as a good starting point for custom implementations. But from your description it seems like you already located all those pieces of information.

    Is there any specific information you are looking for?

    Regards,
    Andreas

**Attention** This is a public forum