Skip to content
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

bugfix for teensy 3.0-3.0, wrong check for timer 3 #321

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

askuric
Copy link
Member

@askuric askuric commented Sep 27, 2023

Fixing the wrong condition statement for the architectures teensy 3.2 and lower.
The issue is caused by the FTM3_SC register that is created even though the board does not have FTM3 timer ( or at least does not use it for PWM ).

https://community.simplefoc.com/t/errors-compiling-simplefoc-for-teensy-3-2/3185/2
https://community.simplefoc.com/t/errors-compiling-simplefoc-for-teensy-3-2-still-not-solved/3809

@askuric askuric merged commit 14c9eb2 into dev Sep 27, 2023
32 checks passed
@askuric askuric deleted the BUGFIX_teensy32_ftm3 branch September 27, 2023 07:48
@runger1101001 runger1101001 added this to the 2.3.2_Release milestone Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants