Causing Virtual Interrupts from the Debugger?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Causing Virtual Interrupts from the Debugger?

Jump to solution
1,450 Views
kiliant3072
Contributor I

Hi,

 

I'm wondering whether it is possible to generate a virtual interrupt by writing a value to the appropriate memory location on the 8156. I tried but it only works from inside the program when running on an ADS board and not from the debugger.

 

The goal is to use TCL to stimulate an interrupt i.e. through a change or mem command. This doesn't work and so I tried to pause the program and use the memory window to set the register in memory. An interrupt is not generated however.

 

If you have any suggestions on how to cause an interrupt from the debugger I would be glad.

 

Regards,

 

Kilian

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
1,148 Views
kiliant3072
Contributor I

Answering my own question here I have to say it works now. Just writing to the appropriate GIC register does the trick.

View solution in original post

0 Kudos
Reply
1 Reply
1,149 Views
kiliant3072
Contributor I

Answering my own question here I have to say it works now. Just writing to the appropriate GIC register does the trick.

0 Kudos
Reply