ATMEGA2560 clock source switched to Time0 causing chip reset #143
Replies: 1 comment 6 replies
-
There is quite a bit of modification required to adapt to the ATmega2560 using Timer 0. The best place to start is with my avrfreertos repository that has all the required configuration details included. You will find all the relevant files within the freeRTOS11xx directory. It is worth checking for differences against the Arduino_FreeRTOS library. Specifically, in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Background: I want to reproduce the clock source switching mentioned in tick_sources.md, but I found that the chip resets after running for a few seconds. The project uses Blink_AnalogRead.


Beta Was this translation helpful? Give feedback.
All reactions