Exception handling on ST7 micro
Greetings!
I'm currently working on a project where I've taken over code for a produce that uses the ST72F321BR9 micro. This is the first time I've worked with this chip. In the past, I worked strictly with ARM core processors.
I'm trying to figure out if this chip has any mechanism for generating an exception when and illegal operation occurs (such as dereferencing a null pointer). My past projects using ARM processors would immediately reset upon attempting such an illegal operation.
Does this micro have a similar capability? If so how do I enable it? For what it's worth, my project is written in C and I'm using the Cosmic C compiler V4.5c.
Regards,
Geoffrey
