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

Help Regarding RVISS

Note: This was originally posted on 16th September 2009 at http://forums.arm.com

I have an ARM11 based application running on RVISS. I want to send a message from this application (running on RVISS) to another application running on host computer (windows : on which this RVISS is running). How to do it?
Parents
  • Note: This was originally posted on 16th September 2009 at http://forums.arm.com

    You could write a peripheral model for RVISS, the implementation of which opened a port for communication.  I played around with writing RVISS models a couple of years ago - it's not trivial!

    If you needs are more basic, you could write out the output of the image running on RVISS to a file using semihosting.  Then read the file from the app running on the host machine.
Reply
  • Note: This was originally posted on 16th September 2009 at http://forums.arm.com

    You could write a peripheral model for RVISS, the implementation of which opened a port for communication.  I played around with writing RVISS models a couple of years ago - it's not trivial!

    If you needs are more basic, you could write out the output of the image running on RVISS to a file using semihosting.  Then read the file from the app running on the host machine.
Children
No data