curious_mind
Full Member level 4

I am developing a simple embedded application on a virtual platform without the real target. My application uses API which uses pointer de referencing to fetch data from a required memory location. Since I am building on a virtual platform, I want to use a python front end to pass data parameters to the location dereferenced by the API. Can anybody suggest appropriate method to do so?