Hi,
I have some questions about the embOS Simulator. I read the manual of the embOS Simulator and can't find any information about providing external feed for a simulated application.
I understand that the simulator provides a window which shows the simulated device. Therefore some functions inside the simulated application are required, like the function "BSP_GetLEDState".
So I need to change my source code to adapt it for the simulator?
Does the Simulator provide an interface to exchange data with the simulated device?
Like the simulated device sets a GPIO-output which could be logged to a file?
How to set a GPIO-input to simulate an external trigger event?
Is it possible in any way to read or change the content of a device register without the need to alter the simulated source code to provide explicit functions for the simulator?
The device I use is a STM32.
I have some questions about the embOS Simulator. I read the manual of the embOS Simulator and can't find any information about providing external feed for a simulated application.
I understand that the simulator provides a window which shows the simulated device. Therefore some functions inside the simulated application are required, like the function "BSP_GetLEDState".
So I need to change my source code to adapt it for the simulator?
Does the Simulator provide an interface to exchange data with the simulated device?
Like the simulated device sets a GPIO-output which could be logged to a file?
How to set a GPIO-input to simulate an external trigger event?
Is it possible in any way to read or change the content of a device register without the need to alter the simulated source code to provide explicit functions for the simulator?
The device I use is a STM32.