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

fix(PeriphDrivers): IBRO_CLK is connected to timers 4-5 #1084

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

isztldav
Copy link
Contributor

According to data-sheets/MAX78002.pdf page 43, IBRO is connected to LPTMR0 and LPTMR1.
I actually tested this as I needed LPTMR0 to output IBRO.
Therefore, if (tmr_id > 3) is wrong.

According to `data-sheets/MAX78002.pdf` page 43, IBRO is connected to LPTMR0 and LPTMR1.
I actually tested this as I needed LPTMR0 to output IBRO.
Therefore, `if (tmr_id > 3)` is wrong.
@github-actions github-actions bot added the MAX78002 Related to the MAX78002 (AI87) label Jul 22, 2024
Copy link
Contributor

@sihyung-maxim sihyung-maxim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also looks like we need to add support for IBRO/8 with LPTMR1 (TMR5). Nice catch, thanks for bringing this up.

Libraries/PeriphDrivers/Source/TMR/tmr_ai87.c Outdated Show resolved Hide resolved
@sihyung-maxim
Copy link
Contributor

/clang-format-run

@Jake-Carter Jake-Carter merged commit c320a28 into analogdevicesinc:main Aug 7, 2024
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Aug 7, 2024
EricB-ADI pushed a commit that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX78002 Related to the MAX78002 (AI87)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants