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

AGSI port configuration as in input

All,

I'm trying to develop a custom DLL using uvioion AGSI interface. Most of the function are working fine exept the fact when I need to use port0 and input/output port.
When i set the port for my firmware it seems when I read it from my DLL everything is just fine. But when I would like to set the port from DLL, I see the port SFR register is set but when I read the value (value = P0), I got wrong value. I tried to use AgsiSetSFRRead function but with no success. The documentation in the app not 154 is not very clear.

Please let me know if you have any suggestions that may help