i opened that thing and pressed TSP FW UPDATE(GENERAL) i waited and it said update:failed but then i realized that my touch screen is not responding anymore... i restarted...formatted...flashed...tried everything i tooked to someone and he said that i need to change the lcd i ...
Battery Status Bit Definitions Bit 6 Bit 5 Bit 4 Bit 3 OCVCOMP OCVFAIL SLEEP OTC TCA OCVGD AUTH_GD BATTPRES Bit 2 OTD TDA Bit 1 FC SYSDWN Bit 0 CHGINH DSG High Byte FD = Full-discharge is detected. This flag is set and cleared based on the selected SOC Flag Config B options....
1. A common MSP430 "mistake" is to fail to disable the watchdog mechanism. The watchdog is enabled by default, and it resets the device if not disabled or properly managed by the application. Use WDTCL = WDTPW + WDTHOLD; to explicitly disable the Watchdog. This statement is best placed...