ArvindEdaB
Newbie level 4
Hi All,
I think All strange problems are with me...
After the code is flashed On first power On, the code works fine...
And I start executing some part code by external USART Messages which ends up with an intentional WDGT reset..
Once reset happens...
Code starts behaving in weird manner...
The Execution directly starts executing the "DoSomething" in default without even calling the function....
This is how the Template code is
How come this could happen...
Can anyone helpme with this thing??
I think All strange problems are with me...
After the code is flashed On first power On, the code works fine...
And I start executing some part code by external USART Messages which ends up with an intentional WDGT reset..
Once reset happens...
Code starts behaving in weird manner...
The Execution directly starts executing the "DoSomething" in default without even calling the function....
This is how the Template code is
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 void SomeFunction(void) { Switch( Variable ) { case 1: Do Something; break; case 2: Do Something: break; default: Dosomething; break; } }
How come this could happen...
Can anyone helpme with this thing??