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.

MSP430FR6047: Design process steps.

Part Number: MSP430FR6047
Other Parts Discussed in Thread: EVM430-FR6047

I have the : EVM430-FR6047 development board. I have successful got it all working.  So the question is, what are the next steps to rid the project of the development board. I am planning on running on a lithium battery and driving a simple LCD display. I am thinking of programming each board with a specific program so I am planning on interfacing the board using the JTAG interface. 

Is there a write up on this process, I haven't come across anything?

Is there a barebones CCS build without all the USS Design Center files??

Should I take the values from the Config files stored by the Design Center and use those in my specific project?? 

I am assuming I can take the results stored in USS_Algorithms_Results algorithms_Results and use them directly, is this the normal procedure??

Any helpful tips are greatly appreciated.

Thanks

Garret  

  • Hello Garret,

    There is a barebones build that does not include all the design center files. There is a "template example" in the USS SW library.

    In the Design Center GUI, you can go to file->Export Header file. This will export the configuration settings into a .h file that you can use.

    Yes, you can use the results directly in your application.
  • Eddie, a question. 

    Is the barebones build and the template example the same thing or are these 2 different things? The first 2 sentences make it  sound like they are 2 different things.

    Garret 

  • Sorry for the confusion in my wording, Garret. The template example is the bare bones build.
  • Eddie, I used the Design Center to output the USS_userConfig.h file, and then added it to USSSWLib_template_example project. Now the structure definitions in the USS_userConfig.c file don't line, I am getting errors about 13 errors all similar to this one.

    Description Resource Path Location Type
    #137 struct "_USS_Algorithms_User_Configuration_" has no field "pWinCoef" USS_userConfig.c /USSSWLib_template_example/USS_Config line 167 C/C++ Problem.

    So where do I get the proper  "USS_userConfig.c"   file?

    When I "Request Update" while running Design Center, where is the header file being stored??  I look at the properties of the  USS_userConfig.h in CCS and it still shows the last modification date back in May 2018.

    Garret

     

**Attention** This is a public forum