I am using a Mega 2560 board to cut to the chase there is nothing fancy. I have the latest Adruino IDE and I have the UTFT libraries included. I can upload any example program from the IDE example list with the exception of the libraries involved with UTFT, UTOUCH or UTFT_xxxx. Whatever I upload including one of these never completes the upload and after a while I get several error messages
EXAMPLE upload UTOUCH_Button test yields
avrdude: stk500v2_recv(): checksum error
avrdude: stk500v2_recv(): checksum error
avrdude: stk500v2_recv(): checksum error
avrdude: stk500v2_recv(): checksum error
avrdude: stk500v2_recv(): checksum error
avrdude: verification error, first mismatch at byte 0x0d21
0x00 != 0x80
avrdude: verification error; content mismatch
and the IDE stays in UPLOAD, however the program is uploaded to the board
but the USB is left in some weird state until its reset.
Can some one give me some insight on this problem?
Thanks