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/RF430FRL152HEVM: RF430FRL152HEVM

Part Number: RF430FRL152HEVM
Other Parts Discussed in Thread: RF430FRL152H, TRF7970A

Tool/software: Code Composer Studio


I am Yoo Moo Kyoung, a student at Kwangwoon University in Korea.



Here are the reasons for your email:



We use your product RF430FRL152HEVM board and TRF7970AEVM reader.



We also have Sensor Boosterpack and MSP_FET flash emulator.



We want to create a GUI program.



To do this, we want to get the ADC values from RF430FRL152 in Txt FIle format.



Also, I want to get it in real time(in this case, txt data will accumulate), and give it to our pc



I use Code Composer Studio 8 for editing programs.



We would like to know how the ADC values can be viewed in the form of txt files on our PC.


We have CCS example program for SPI communication and UART communication.

  http://www.ti.com/lit/zip/sloc300,

  www.ti.com/lit/zip/sloc252.

The point of question is as follows.

When you build the project file provided by your company into CCS and compile it (Build & Click Launch selected configuration button)

Is the address that can be found on the Disassambly Tab and the corresponding values called from the Main function?

If yes, can I accept the ADC value from the SPI communication by calling SPI.h in Main.c, then calling the function?

Please answer. Mookyoung.

  • Hello Moo Kyoung,

    I really am not understanding your question here, but if you are wanting to make a new GUI from scratch then you need to understand how the TRF7970AEVM talks with the RF430FRL152H as well as how the host MCU for the TRF7970A controls the program flow. This is a very advanced application and will take you a lot of time and effort. If this is for a school project you should try and use the resources we already provided as is.