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

Device suffers from reproducible resets once optimisation is turned on

I've recently begun work on maintaining and adding functionality to an existing product using the Chipcon CC1010.

<snip>

Parents
  • "Doesn't the compiler normally complain about reentrant functions in these scenarios?"

    Not necessarily.

    The problem is that the compiler (and Linker)can't necessarily tell at build time that you have potentially reentrant calls via pointers.
    That's why you have to understand the issues first, and write the code accordingly.

Reply
  • "Doesn't the compiler normally complain about reentrant functions in these scenarios?"

    Not necessarily.

    The problem is that the compiler (and Linker)can't necessarily tell at build time that you have potentially reentrant calls via pointers.
    That's why you have to understand the issues first, and write the code accordingly.

Children
No data