We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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