This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430FR5969: c_int00_noargs_noexit_mpu().

Part Number: MSP430FR5969

Tool/software: Code Composer Studio

Hello All,

                    can anyone help me by clarifying what is this   function  _c_int00_noargs_noexit_mpu().   

                      please expain  the reasons why it goes in it.

                     

Regards

sandhyarani yadav

  • Hi Sandhya,

    When will you running into this function? It always happen or random? 

    regards
    KC

  • This is the code that is invoked at reset. It (eventually) calls main().

    If you want to see what it does: In the CCS Debug window (top left), this function should appear at the bottom of the call stack. Double-click on the name and CCS will find/display the source for you.

    If you find yourself there unexpectedly, you may have encountered a Reset due to some program failure.

**Attention** This is a public forum