Kernel awareness for ARM on IAR

Subject says it all! What are the prospects for some kernel awareness on IAR, ARM platform ?

Kernel awareness for ARM on IAR

I have a copy of the IAR SDK with the intention of writing a plug in, but unfortunately the version of Visual Studio I have is not compatible and getting the right version is big bucks. Regards.

Kernel awareness for ARM on IAR

Does it take the most recent version of VS Professional ?

Kernel awareness for ARM on IAR

Unfortunately not.  I have the latest version and a very old version 6.  The version required was not quite the latest, but old enough to make it very difficult to get hold of (can’t remember off the top of my head which version it was).  I found one vendor in the US that had some copies. Regards.

Kernel awareness for ARM on IAR

That is really unfortunate. Maybe IAR will come through with an update to their SDK that works with the latest. They must have a number of reasons to do it.

Kernel awareness for ARM on IAR

There is a simplistic kernel aware window available for CrossWorks.  When you pause the debugger it shows which is the active task, along with the states of each other task, etc.

Kernel awareness for ARM on IAR

How do you get / install this kernel aware window for CrossWorks?

Kernel awareness for ARM on IAR

You have to include the java script file in the project.  I think the file is called threads.js.  Then when running the debugger open the threads window (I think from the debug menu?). I might have some of the details wrong here.  Take a look at the lwIP demo in the latest download.  This has it installed.