Discussion Title | Created date |
---|---|
ATmega64 | how to control external clock source I have two cristals, 1.8432 MHz external clock an 32kHz on TOSC. When i go into "SLEEP_MODE_EXT_STANDBY" current falls to about 0,50 mA and 0,48 mA is consumed by clock. ... |
Wednesday, 21 August 2019 - 07:13 |
ATmega64 | RX data is missing I send data to UART, revert it and send it back. Problem is somehow delay - related. This value between received chars was selected in experiment, this way eveything works... |
Friday, 2 August 2019 - 12:47 |
ATmega64 | AtmelStudio | incorrect return from function Hello, I'm testing UART communication, have problem with function usage. #define F_CPU 1843200UL// Clock Speed #define BAUD 115200UL #define MYUBRR ((F_CPU/(16*BAUD))-1... |
Thursday, 1 August 2019 - 10:50 |