Part Number: TMDSSOLARUINVKIT
Tool/software: Code Composer Studio
Hello everyone, I'm putting my hands on the TMDSSOLARUINVKIT and I've successfully tested the flyback stage, now I'm trying to test the operation on-grid but I'm having some problems.
I'm following the User's Guide (Literature Number: TIDU405B), trying to run the test 6.3.2 Full PV Inverter System Check without MPPT (BUILD=3)
I have setted up all the configuration variables:
#define INCR_BUILD 3
#define GRID_CONNECT 1
#define MPPT 0
#define GRID_FREQ 50
(NOTE: the mains here has 220VRMS and 50Hz)
First I connected the external power supplies for primary and secondary sides, rebuild all and clicked on debug. Loaded the window of variables, and then proceeded with the steps indicated in the guide:
- Run the project by clicking on (PLAY ICON).
- In the watch view, check the value of Gui_Vrms and Gui_Vpv to display the input voltage at the flyback stage and the AC voltage source rms value at the micro inverter output.
- Turn the AC source on, and ensure the frequency is 60 Hz and rms voltage is 110.
- Gui_Vrms will show around 110 V. If the resistive load is used, the power drawn from the DC power supply will be around 120 W.
- Turn on the DC power supply
- ......
As soon as I reach the step 3 and plug the inverter's output into the power outlet, the microcontroller and the PC lose connection, showing the following message in the console:
C28xx: Error: (Error -150 @ 0x0) One of the FTDI driver functions used during configuration returned a invalid status or an error. (Emulation package 8.0.27.9)
C28xx: Unable to determine target status after 20 attempts
C28xx: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging
The variable windows dissapaears and I stop the test.
I have checked that the live wire of the power outlet would be connected with the live wire pin of the board, as well as for the neutral wire. The external bias power supplies are floating. I connected a resistive load of 1kohms as the local load and I checked the jumpers for interconnecting the DC/DC stage with the inverter stage.
I would really appreciate any suggestion, may be I'm missing something since the user's guide seems to be made for 110V mains tests.
I have thought of trying first connecting the AC plug, and then the DC external biases. I guess may be some disturbance in the AC grid caused by the connection of the inverter with the grid affects the external power supply and it mekes it lose connection? But I really don't want it to lose connection in mid-test since I'm afraid if some powerMOS gets stucked in a turned-on state and burns something.
Waiting for your replies. Thanks for your time!
Mauricio