This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

nrf51822 memory exception

Hi.

Could I detect memory exception? Dose nRF51822 (Cortex-M0) has function of IACCVIOL "Instruction access violation"?

Thank you. Best and regards.

Parents
  • Hi Wiz_yoo,

    On Cortex M0, there is no Fault Status Register. You will simply receive only Hardfault exception when you have memory violation. The tips here maybe useful. The register should be available on nRF52 as it has Cortex M4F core

Reply
  • Hi Wiz_yoo,

    On Cortex M0, there is no Fault Status Register. You will simply receive only Hardfault exception when you have memory violation. The tips here maybe useful. The register should be available on nRF52 as it has Cortex M4F core

Children
No Data