Hello,
I am working with the High Voltage Bridgeless PFC Kit : http://www.ti.com/tool/tmdshvblpfckit
It uses a TMS320F28035 microcontroller and I am trying to use Datalog buffers to visualize voltage and current waveforms on the graph windows in the Code Composer Studio environment but facing difficulties. The example project in controlSUITE dosen't have this feature.
The TI High Voltage Digital Motor control Kit (http://www.ti.com/tool/tmdshvmtrpfckit) which also uses the same TMS320F28035 has many example projects for control of different motors and many of the example projects have the graph viewing feature using the datalog buffers.
On doing some research, I found out that the datalog buffer module library uses RAM to store continuous sets of data and then displays them in CCS. The Bridgless PFC file has only a FLASH configuration, how do I create a configuration file which executes code from RAM ? I can then re use the same code from the Motor control Kit to view graphs.
I will be grateful if I can receive some inputs and assistance to use the datalog buffers and view waveforms for the PFC Kit.
Thank you