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/MSP430FR2111: I do not know what to start with...;(

Part Number: MSP430FR2111
Other Parts Discussed in Thread: MSP-TS430PW20, MSP-FET, MSP430WARE, , MSP430FR2355

Tool/software: Code Composer Studio

Dear TI crew,

I bought 3 products,

MSP430FR2111IPW16R

and, it's development board

MSP-TS430PW20

and, it's flash emulation tool

MSP-FET.

However, I cannot find instruction PDF, and I can drive these products.

So, please tell me how to drive these products.

I have downloaded and installed CCS and MSP430ware.

I want to drive Analog-to-Digital Converter with external reference voltage,

and observe ADC output by oscilloscope after converted to analog wave by Digital-to-Analog Converter in real time.

That I what you to tell me is 5.

1) Which programming language is for MSP430FR2111IPW16R, C or Assembly?

2) Whare should I wire such as Vin, external reference voltage, into external pin on MSP-TS430PW20?

3) What should I do to drive Analog-to-Digital Converter with external reference voltage,

and observe ADC output by oscilloscope after converted to analog wave by Digital-to-Analog Converter in real time?

4) How should I program?

And how should I synchronize that program with MSP430FR2111IPW16R by CCS?

5) Which is instruction PDF  that written I want to know?

What should I do?

I'm sorry for my unskilled English letter.
I am very very looking forward to your reply.

TIの皆様
いつもお世話になっております。

さて、先日研究に使用するために、TIの
MSP430FR2111IPW16R
と、その評価用ボード
MSP-TS430PW20
評価ツール
MSP-FET
の3点を購入させていただきました。

しかし、マニュアルがどれかいまいち分からず、どのファイルも英語なので動かすことができません。

なので、動かし方を教えてほしいです。

現在、CCSとMSP430WAREをダウンロード&インストールしたところです。

私がしたいことは、ADCを外部基準電圧を使って動かして、その出力結果をリアルタイムで変換してオシロスコープで確認したいです。

知りたいことは5点あります。

MSP430FR2111IPW16Rは何の言語でプログラミングするか。c言語なのかアセンブリなのか。
評価用ボードにどのように電源などを配線すればいいか。
外部基準電圧を使用してADCを動作させて、ADCの出力結果をリアルタイムでDACで変換してオシロスコープで表示するにはどうすればいいか。
プログラミングしたコードをMSP430FR2111IPW16Rに同期して動かすにはどのようにすればいいか。
これらの方法が書いてあるマニュアルはどのファイルなのか。

お手数ですが教えていただけないでしょうか。
よろしくお願いいたします。

  • user5814004 said:
    1) Which programming language is for MSP430FR2111IPW16R, C or Assembly?

    You can program in C or in assembly.  There are more C examples available, however.

    user5814004 said:
    2) Whare should I wire such as Vin, external reference voltage, into external pin on MSP-TS430PW20?

    Review the pinout for the MSP430FR2111 in the device datasheet:

    The ADC module is described in the User's Guide here as well:

    user5814004 said:

    3) What should I do to drive Analog-to-Digital Converter with external reference voltage,

    and observe ADC output by oscilloscope after converted to analog wave by Digital-to-Analog Converter in real time?

    The MSP430FR2111 does not have a digital-to-analog converter (DAC).  It only has an analog-to-digital converter (ADC).  Do you need a DAC for your application?  The MSP430FR2355 device has a DAC ().

    user5814004 said:

    4) How should I program?

    And how should I synchronize that program with MSP430FR2111IPW16R by CCS?

    You can develop C or assembly in CCS and generate a program output, which can also be downloaded to your target device using CCS.  The second section of the MSP430 Workshop discusses this very topic!

    user5814004 said:
    5) Which is instruction PDF  that written I want to know?

    I'm not sure which specific instructions you are looking for, but the target board (PCB) you are using is documented as a part of the hardware tools user's guide:

    Walter

**Attention** This is a public forum