We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Im using uVision 6.11 with an XC164 Controller and an ULINK 2 Interface.
On the latest release notes theres written:
# [ULINK Driver + Infineon DAS Driver] Enhanced on-the-fly memory access allowing variable value display during program execution.
But I do not have an idea how to use this? What is the Infineon DAS Driver? Do I need it? where do I get it?
Thank you for your help
regards
Markus
not your processor, but maybe the configuration is similar... www.keil.com/.../mcbxc800_das_config.htm
this is just a description how to select the user interface.
My ULINK2 is working and I can do debugging, but not watching variables on the fly.
This is the point where I am interested in.
kind regards
not answering you question, but try anyway... http://www.keil.com/forum/docs/thread11746.asp http://www.keil.com/forum/docs/thread9539.asp
I think the DAS is just a replacement part to the ULINK and has nothing to do with the ULINK itself.
If I select DAS instead of ULINK then the debugger starts with a DAS166.dll not found error.
Thanks Markus
Device Access Server "DAS" is an Infineon supplied component that allows connection to the devices through API calls to specific hardware. You need to have installed the DAS before using it and it is available at http://www.infineon.com/das. I don't think the ULINK works with DAS and you would typically use the Hitex wiggler box or the on-board wiggler on some of the development boards (FTDI).
Using the UNLINK (along with the ULINK drivers) in version 6.11 it does support "on the fly" display of watch variables. When running the debugger you also need to select "periodic window update" under the view menu for the watch variables to update while running.