Extern interrupt EIF FLAG cannot be cleared

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

Extern interrupt EIF FLAG cannot be cleared

Jump to solution
521 Views
Harry0001
Contributor II

I used the EIF8 to configuate the interrupt,and i am acknowlaged that the flag can be cleared by writting 1 to EIF8,as the following code shows.However,i checked the register and find that the flag value still is 1!

Please confirm it ,thanks! 

 

Harry0001_1-1677752457106.png

 

0 Kudos
1 Solution
513 Views
KarlP
Contributor II

KarlP_0-1677754657416.png

== is a comparison, change it to =

View solution in original post

0 Kudos
4 Replies
514 Views
KarlP
Contributor II

KarlP_0-1677754657416.png

== is a comparison, change it to =

0 Kudos
507 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Also you should use .R instance for clearing status flags.

Here I would recommend to pay attention to following document, especially sections 3.2, as it is sources of issues quite often:
http://www.nxp.com/files/32bit/doc/eng_bulletin/EB758.pdf

 

0 Kudos
494 Views
Harry0001
Contributor II

Thanks for your reply,but the link tell me "Page Not Found",could you send it to my email:fuminhui02@163.com,thanks!

0 Kudos
488 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

I am sorry, link has been changed to:

https://www.nxp.com/docs/en/engineering-bulletin/EB758.pdf

0 Kudos