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.

Creating A GUI using code composer



I am using code composer to write embedded software in C for the DRC4300.

For the purpose of making the environment more user friendly I was wondering if it was possible to use Code Composer to write code for a GUI within Code Composer to easily change parameters for a random person who comes along and isnt familiar with the exact ins and outs of the embedded code?

Justin

  • Since CCSv4 is based on the Eclipse platform, you can write Eclipse plug-ins to do exactly what you are talking about.

    There are also scripting and GEL capabilities that may meet your needs if you are not looking to write an Eclipse plug-in.

    I am not familiar with the DRC4300. Can you point to TI information on this device or board?