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

program halt when using interrupt + Compact code size + global variable

Hi all:

My chip is Cypress 68013 56pin.
I am trying to use interrupt in my code.
I also use a global variable to be interrupt indicator.
The result is : program halt.

I did some test and got something.

1. program run if I remove either global variable or interrupt ISR.
2. program run if I set code rom size option to Small. I don't need to modify anything. ISR, global var are all existed.
3. program halt if I set code rom size option to Compact or Large.

Any one can help me?
Thanks

Eric

0