Other Parts Discussed in Thread: MSP430F5419A
Hello,
Currently i am working on MSP430F5419A with 3 spi,2 uart ,and 1 i2c.
MCLK=SMCLK=4MHZ ( xternal crystal =4 MHZ)
UART BR=9600 All SPI CLOCK= 2 MHZ I2c Clock=300KHZ
1.MCU gets stopping the execution non-periodically like (after 6 hours ,sometimes 14 hours or it woking upto 1 day also.)
2.Application is not working continuously.
3.Is that stack overflow issue? I configured stack size=512.
4.I used RTC timer interrupt for every 1 sec with that LED used to glow on/off at every 1 second. (for checking whether the application stuck or not ). Sometimes when code running ,my output data is not updating but LED is doing ON/OFF ,which means my CPU is alive but why the interfaced output data is not updating? Where i did wrong please give the reply.
5.While debugging i observed that when output data is not updating ,then i suspending the application i got "No source available on "0x03d0" .
Is this issue that code is not working and gets suck their only? Please tell me how to resolve this iSSUE..
I am in last stage of project but this stuck issue is getting more problem.Please give the valuable inputs to resolve this issue.
Regards,
Sanjay M.