Page 1 of 1
UART RX Interrupt in simulation
Posted: Wed May 26, 2021 6:38 pm
by evolutiongtx
Hi Team,
I noticed that UART RX interrupt doesnt seem to work during simulation, is it possible to have UART RX interrupts in simulation? Thanks!
Re: UART RX Interrupt in simulation
Posted: Wed May 26, 2021 8:01 pm
by medelec35
Hi, evolutiongtx.
No, sorry. RX interrupt has never been able to simulate.
What I do is use IsSim to call the RX macro during simulation only.
I can help you with that if you are stuck.
Re: UART RX Interrupt in simulation
Posted: Thu May 27, 2021 12:08 am
by evolutiongtx
I would greatly appreciate it, how would I be able to do that? Thanks!
Re: UART RX Interrupt in simulation
Posted: Fri May 28, 2021 4:29 am
by evolutiongtx
Are you using a key binding to call the rx Macro during sim?
Re: UART RX Interrupt in simulation
Posted: Fri May 28, 2021 5:05 pm
by medelec35
Hi, evolutiongtx.
I have attached a flowchart that works with Is Sim & keybinding to r.
To change the key, select Edit ribbon, and Key mappings
Unfortanlty, the flowchart will not fully work as injectors are in the process of being phased out and replaced with API calls.
However, there should be enough to give the basic idea.
If you are still a bit stuck, can you post your flowchart & I will modify it for you?