Hi Mate, Even though you are trying to run pin trace and not ETB trace, the Enable_ETB_For_STM() function is still intentionally called to configure the trace funnel for STM. The Enable_ETB_For_STM() gel function is intended to be run from the DAP. In your case, I'm guessing the gel files were not loaded on the DAP which is why the 0xD4164000 address didn't work. To work around this, you can attach ccs_base\emulation\gel\TDA3x\TDA3xx_dap_startup.gel to the dap00 core in your ccxml which will in turn automatically load the Enable_ETB_For_STM() function. I have attached a ccxml (rename from .xml->.ccxml) that I tested with based on your original ccxml. Let me know if you have any further questions. (Please visit the site to view this file) Thanks, Mark
↧