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.
Does anyone ever write a dll for uVision2 by using AGDI? If so, could you please give some idea how to get started? Thanks Linda
You've read App Note 145, Implementing DLLs for Hardware Debuggers (AGDI), I presume? Note that Keil assume that you'll use MSVC; you're on your own if you want to try Borland or something else
I found app note 154, together with the sample code to be very useful. It was a case of taking the sample code, stripping out the code specific to the application note, then adding in the functionality required for my application. Hope this helps John