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 all,I am working on MDK3.10 with real view compiler. I have 2 problems with it.
1.I am unable to use ULINK2/ULINK1 debugger, as I am unable to select the Flash algorithm in options/utilities/ section as the selection block is empty when opened.Please clarify this.
2. How can I use an __fiq with real view compiler coz I am getting compiler error when I am declaring __fiq.
Thanks in advance. sunil.
On the RealView Compiler __irq and __fiq are identical. So just define your __fiq function using the __irq keyword.
What do you mean exactly when you see the Flash Algorithm selection is empty?