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.

non-existent AET job error!

I am using latest CCS 3.3 SR12 Code Generation Tools v4.5.1 and I have started seeing the following message.

Connecting via XDS510 USB Emulator using TI bench board  PVF241PV Orion, open Gel_Toolbar and try to execute GEL_Reset();

 I get the following error

I am wondering if you have any workaround to avoid the annoying error

  • I'm not familiar with that particular board... I'm guessing it is an ARM device of some sort? Could you provide more details on the target?

    Thanks

    ki

  • Correct

      ORION ARM7 TMS470 PV241 Device

  • I don't have that exact target but I did try out on another ARM7 target I have with my XDS510 USB. No issues. Are you using a startup GEL file with your board? Can you attach it here if you are?

    Thanks

    ki

  • I don't use startup GEL file. We are loading a Gel file after connecting to the device.

    What I have noticed Once you get This error message ; It doesn't matter what Gel file you run or any ARM7 device target ; in fact you can produce it with just GEL_RESET(); in the Gel toolbar. Also, retarting code composer doesn't help to get rid of Error

  • I have the same issue and get the same error: Non-existent AET job!

    However in my case I get this issue when I connect/disconnect the target (same family as Ashraf's part).

    BTW: These devices are customer specific, so please keep details internal.

     

  • I might as well join the party too...  I have a customer with the same issue.  They are using USB510+ and a TMS470R1xF689 device with CCS3.3 SR12... 

    There is a secondary effect that takes place.  After a reset, they get the pop up with the non-existant AET error.  But they can at least do a "go Main" and start debugging.  However, if they set a breakpoint (with a total of two HW breakpoints set), they run into another error trying to step over the function where the breakpoint is set.  In the messages window they receive a bunch of "Error programming AET Job: There is no AET resource to support this job"

    Is this due to the limitation of two HW breakpoints on this device and CCS trying to make use of one?

    Thanks,
    Eric

  • Can you all add the content of your GEL function that seems to be causing this error.  Obviously, you'll also need to add any functions called by that function.  There is something that the GEL file is executing that seems to be trying to do something with AET. 

     

    Thanks,
    Dan

     

  • Dan,

    I would like to send it to you but it's more than 100 lines. Could I get your contact, please?. Please write me an email, just look for Schan in the People Search of TI's intranet.

    BR

  • E-Shan,

    I checked your GEL file, and it looks ok.  The only thing that might be related is multiple calls to GEL_HwBrkptReset(),.  this will clear hardware breakpoints, but I don't see any cases where you are setting hardware breakpoints.  I'm wondering if this might give you this message.

     

    Regards,

    Dan