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.

Initializing large static array caused watch dog reset

Hello Guys

I am a newbie to msp430.

In my code i declared a large static array. It takes long time to initialize it in __data20_memzeor funtion, which caused watch dog reset.

I have to desable the watch dog in cstartup.asm file to make code run successfully. Is there any other way to solve the issue?

(Is it possible to put the array to DATA_N? How?)

Thanks in advance.

BR

Charles

**Attention** This is a public forum