i develop flow meter using msp430fr5729. this device calculate frequency from input pulse using capture,it also count pulse and generate pwm from frequency,it also store data at nearly 1 sec period.,and give response on modbushttp://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/166/2742.flow_5F00_blind_5F00_4_2D00_20.zip.
code is running nearly 10 to 15 min and then its hang. when i stop debugger i found pointer at this instruction.which looks like below
0x10002 : 3FFF JMP 0x10002;
due to this code hang. and this location is outside of FRAM limit.
i tryed but can not find solution.
in which condition execution jump to this location??
here i attach my ccsv5 project folder in zip format. can any one help?