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.

Dual Motor Control and PFC Developer’s Kit - Error Initializing Emulator Under Vista-64 SP2 for Biz - CCS v4

Hello All,

This is a carryover from a previous thread - but I thought I should start a new one -

I have the Dual Motor Control and PFC Developer’s Kit - couldn't get that to compile under CCS v4 but manually included the c files for the following:

ndefined           first referenced                                                        
  symbol                 in file                                                             
 ---------           ----------------                                                        
 _clarke_calc        C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _ipark_calc         C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _park_calc          C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _phase_voltage_calc C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _pid_reg3_calc      C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _rampgen_calc       C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _rmp_cntl_calc      C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _speed_est_calc     C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj
 _svgendq_calc       C:/TI_F28xxx_SysSW/MotorCtrl+PfcKit/2xPM_Motors/2803x_RAM/2xPM_Motors.obj

thought those should be included with IQmath.lib - then noticed that was pointing to the lib compiled back in 2004 - fixed that to point to the latest compiled lib.

Using the onboard emulator - I am getting this now:

Error initializing emulator

And also I saw:

under 'details' - something about a mozilla proxy not being correct - it would not let me copy that.  (not on my dev. machine at the moment).

I disabled the onboard emulator and used an external XDS-100 but the results are the same.

Has anyone got this to work under Vista-64 - SP2 - CCS v4?

Thanks In Advance,
John

 

 


  • Charlie asked if I could give the more specific error message ...

    I had a previous issue with the MSP430 'part' of CCS v4 - was asked to send a DebugServer log - I looked for a similar log file to post but couldn't find one for the 'DSP' part --- I will double check - and if I can find it - I will post and update this thread.

    Thanks,
    John

  • Hello All,

    I wonder if this is related - under the FAQ:

    (Vista-64 support for XDS100):

    XDS100: yes, requires CCSv4.0.2 or later

    But - I installed the:

    [CCS V4] Code Composer Studio (4.0.2) C28 Flash update patch 4.0.3

    And now when I list the version - it says 4.0.1.01001 (or something similar) - has anyone else seen this?

    So, maybe the XDS100 isn't recognized since the patch seemed to do something untoward?

    Thanks,
    John

  • FWIW,

     

    Debug Server Error Logs posted here:

    http://e2e.ti.com/members/370373/files/CCSv4_5F00_XDS100_5F00_Emulator_5F00_Error_5F00_Logs.zip.aspx

    Thanks,
    johnw

  • John,

    I suggest posting the problem to the code composer studio forum.   The folks that can hopefully resolve the issue are more likely to see the question there. 

    -Lori

  • Hello Lori,

    Just did.

    I used to live/work in Stafford - at TI - how is Stafford these days?

    Thanks,
    John

     

  • Hello All,

    Just tried this under Windows 7 - and it works.

    So - there must be some kind of driver issue that I am having under Vista-64.

    Regards,
    John

  • TI,

    Since CCS v4 is the latest - can we get the (this) example projects to be compatible with CCS v4 vs. CCS v3?

    Thanks,
    John

  • John,

    I'm glad the emulator is at least working under windows 7 64-bit.    Looks like the version rollback you noticed is an eclipse issue that the CCS folks are working on.  I'm not sure if this could cause the issue on Vista.

    The symbols you mentioned missing from the build in your original post are not in the IQmath library.  But it looks like you were able to add the source files manually?  Or is it sill a problem.  Unfortunately I am not familiar with this particular piece of code.   I know these projects are being moved to CCS 4 but it is taking some time.  Sorry that it is causing a frustration.

    johnw said:
    I used to live/work in Stafford - at TI - how is Stafford these days?

    Very busy and today "very cold" - well cold for this part of TX anyway.  They have predicted snow for us which as you know is quite unusual.  It is raining and expected to freeze later so the overpasses will be icy.  It does give the weather guys something to be excited about :)

    Regards,

    -Lori

     

  • Lori,

    Thanks for the update.  I thought the symbols were in IQmath since the src files are under there in the directory structure - but that is about as far as I have looked.

    Adding the src files manually evidently worked OK.  The demo. code runs - but the graphs, etc. have to be remade manually - and some of the variables, like SpeedRef1 and SpeedRef2, for instance, don't work as advertised.

    Heard from my relatives it is snowing in Katy and Conroe, so I assume it is snowing there too - pretty rare for that part of the world.

    Thanks,
    John