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

ARMv7-M: Question about syn/asynchronous exception?

Hi all,

I have little experience with bare metal programming at STM32 series and currently studying exception behavior in "ARMv-7m Architecture Reference Manual".

I'm confused about syn/asynchronous exception at B1-569. I have one question about it and related one.

  1. What is syn/asynchronous exception?
  2. What is "active and pending"?(related to syn/asynchronous exception, B1-570)

However, let me provide some idea about these question. Is it just an adjective to describe exception? Take SVC and PendSV for example, SVC should be synchronous one because the arguments should not be modified. It should not be pending. Another one, PendSV, is triggered as needed. The common case is that the priority of PendSV would be minimal one, so it would be asynchronous.

Thanks,

yenWu

Parents Reply Children