-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timer: Implement Input Capture #125
Comments
I see that input capture is mentioned on: |
Yes :) |
The missing Input Capture Interrupt infrastructure seems to cause the CTC modes that use ICRx as TOP to not be able to trigger the TIMERn_CAPT_vect at TOP. Per https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf page 101:
I think part of the missing bits might be around: avr8js/src/peripherals/timer.ts Lines 315 to 343 in 6ecba64
|
see wokwi/wokwi-features#352 for details
The text was updated successfully, but these errors were encountered: