Did you select the LGT8F328 and correct variant from the board manager?
You can - but concerning your sketch, post the sketch (always).
When I finished the isntalltin a nuew option apperar in board LGT8fx Board -> LGT8F328. there is no more options. In variant I keep the last one, this is the unique with nano.
Let's reset everything.
Unplug the board.
Close the IDE then reopen it.
plug the board back in
Try again
same error.
Sketch uses 2266 bytes (7%) of program storage space. Maximum is 29696 bytes.
Global variables use 194 bytes (9%) of dynamic memory, leaving 1854 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Failed uploading: uploading error: exit status 1
If I return the boar to the Aduino Nano the uplad process work but I need to change seal monitor to 2400.
Everything involving timing will be off. delay, tone, analogwrite, millis, pulsein, etc.
This is not a standard nano, try different upload speeds.
If different upload speeds don't work then change the clock divider to "2"
Clock divider: 1 also works.
Great, you now have the fastest nano in the world.
You really need to read all the info about the LGT8F328, it can do so much more than a plain old 328 nano.
Have fun!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.