Hello everybody,
I am using msp430f5418 with IAR. My problem is when I run the program it keep on resetting.
I don't know what is the reason. but by several observations I found that when I have small amount constant data, the program works fine.
The below is the linker output summery of my program
43 224 bytes of CODE memory
14 211 bytes of DATA memory (+ 68 absolute )
15 784 bytes of CONST memory
Is it because of the flash access error??
does the linker settings file editing can fix the issue?
Thank you