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.

Error programming AET Job

Other Parts Discussed in Thread: LM3S811

Hi,

I have been running CC4 for months on my target hardware using a LM3S811 debugger. Something changed on CC4, now when I try to debug I get the error "Error programming AET Job: There is no AET resource to support this job." I installed the latest CC4 4.2.4.00033. My firmware I am debugging starts at location 0x2000

Any ideas?

Paul

 

 

  • Hi Paul,

    Did you hit this issue just after you updated your version of CCSv4 to your current version? And what exact action are you doing that triggers the error (setting a breakpoint, etc)?

    Thanks

    ki

  • No, My older version of CC4 stopped working for another reason, it claimed I was trying to program an unprogrammable region in Flash in my part LM3S2793. My notebook (windows 7) runs great with the older CC4. 

    I load the program, halt the processor, reset program and try to run to a line or set a breakpoint when I get the error. Right after install CC4 will run to main. After I close the program  and restart it, CC4 will  not run to main any longer

    Paul

     

     

     

  • Have you tried the usual troubleshooting steps (new workspace, deleting target cache files, etc)?

    http://processors.wiki.ti.com/index.php/Troubleshooting_CCS

    Iki

     

  • I tried all of the suggestions

    eclipse -clean

    new workspace

    deleted target->Debug

    deleted target cache files in "C:\Documents and Settings\<Your Login ID>\Local Settings\Application Data\.TI"

    deleted targetdb.cache in <CCS Install Dir>\ccsv4\DebugServer\bin\win32

    Re-installed CCS 4 multiple times 

    I can step into my C code but I am unable to set a break point or run to line. I receive error "Breakpoint Manager: Error programming AET Job: There is no AET resource to support this job."

    How much are AET resources, I am interested in purchasing one :-)

    Paul