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.

My programm doesnot go to the function i decleared!!

Other Parts Discussed in Thread: MSP430F5438

Hello! i have the following code but when i debug it it doesn't go to the function print() function ,it is very difficult for me to distinguish what is the error,can anybody help me please!!

#include<msp430f5438.h>
#include"deca_ucode.h"
short uint8;
void print();
void main(void) {
WDTCTL = WDTPW + WDTHOLD;
print();

}
void print()
{
int i=0;
i+=4;

}

**Attention** This is a public forum