Using Altair Embed Basic 2020BUILD99
I have built the simple example, it puts a square wave out to an LED. The target is an Arduino Nano, which is similar to the Uno, so I am using that config since there is no nano to choose. The Arduino Nano was loaded with an example program to test the setup. It did require selecting "Processor: "ATmega328P (Old Bootloader)".
I am receiving the Altair Embed error:
avrdude: stk500_recv(): programmer is not responding
avrdude:stk500_getsync() attempt 1 of 10: not in sync: resp=0x05
I have successfully compiled, downloaded, and executed the same program(with appropriate configuration changes) on an Arduino Mega 2560, using the same computer and setup.
Where do I look to start tracking this problem down?