This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil AGSI capability : Register availability in callback

This is in reference to capability exposed by Keil for integration of peripherals with some set of registers.
From the examples SPeriDLL and STimerDLL available for download, it was found that:

As per the definition of AGSI "setWatchOnSFR",

--->> setWatchOnSFR( register, callback, agsitype);

whenever, "register" will be accessed by Keil, then "callback" function will be called.

:: My problem is ::
In this call back function named "register", can't we get the name or address of register for which this callback happened. And moreover, the AGSIACCESSTYPE, for which call-back happened.

0