Other Parts Discussed in Thread: ENERGIA
Tool/software: Code Composer Studio
Hello,
I need to mix two projects, one in Energia, and other in ccsv7...
I dont know if its possible but i dont find how to do it.
I want to put together the two programs, send the PWM signal, wait, and measure voltage values (with analogRead) and display the data on the serial port (Serial.print). As in ccsv7 I can not find the way to show data by serial port, I need the code of Energia.
I would use one of two solutions:
-Mix both projects in one and be able to use the functions of Energia and ccsv7 in the same file. That is, I can use the Serial.print in ccsv7. (I've tried copying the Energia file's includes but I can not)
- Show by the serial port values read by the pin 5.4 ADC of the msp432 (all the code in ccsv7, since in ccsv7 if I am able to read the value of voltage but not show it by the serial port, although it is possible to say that these Values are not really what they are, they oscillate +0.2 Volts and with the code of Energia the values are much more exact)
