You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm using the Arduino core megaTinyCore from SpenceKonde to compile the code with the Arduino IDE for an ATtiny1607. At 20MHz and 16MHz, everything's OK but below that, it compiles but it's not working. F_CPU is set correctly. At 8 or 10MHz, I need to double the baud rate of the host to be able to communicate with the program but it blocks when it tries to communicate with the target.
Any idea of the problem?
Thanks
The text was updated successfully, but these errors were encountered:
I want to reduce the clock speed because, according to the specification, the minimum voltage to run at maximum clock speed is 4.5 volts. At 8/10MHz, the minimum voltage is 2.7 volts (I want to use 3.3 volts). It would be nice to get the prescaler set automatically but since I know how to override it stays a "nice to have".
Hi. I'm using the Arduino core megaTinyCore from SpenceKonde to compile the code with the Arduino IDE for an ATtiny1607. At 20MHz and 16MHz, everything's OK but below that, it compiles but it's not working. F_CPU is set correctly. At 8 or 10MHz, I need to double the baud rate of the host to be able to communicate with the program but it blocks when it tries to communicate with the target.
Any idea of the problem?
Thanks
The text was updated successfully, but these errors were encountered: