Skip to content

fix(Other): Fix prescaler value for timer revA in Zephyr#1515

Merged
ttmut merged 1 commit intomainfrom
fix/zephyr-tmr-prescaler
Feb 23, 2026
Merged

fix(Other): Fix prescaler value for timer revA in Zephyr#1515
ttmut merged 1 commit intomainfrom
fix/zephyr-tmr-prescaler

Conversation

@hfakkiz
Copy link
Copy Markdown
Contributor

@hfakkiz hfakkiz commented Feb 19, 2026

Description

This PR fixes the prescaler value for timer revA(MAX32650, MAX32660, MAX32665) in Zephyr. Timer revA IP uses pres3 register field to set 256, 512, 1024, 2048, 4096 prescaler values. This PR updates the wrap_max32_tmr.h file to set the correct prescaler value for timer revA, ensuring that the timer operates correctly in Zephyr.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

@github-actions github-actions Bot added the Zephyr MSDK Zephyr related change. label Feb 19, 2026
@hfakkiz hfakkiz force-pushed the fix/zephyr-tmr-prescaler branch from 69791cd to d5a5222 Compare February 19, 2026 14:27
This commit fixes the prescaler value for timer revA in Zephyr. Timer
revA IP uses pres3 register field to set 256, 512, 1024, 2048, 4096
prescaler values. It updates the wrap_max32_tmr.h file to set the
correct prescaler value for timer revA, ensuring that the timer operates
correctly in Zephyr.

Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
@hfakkiz hfakkiz force-pushed the fix/zephyr-tmr-prescaler branch from d5a5222 to 1e4f7be Compare February 19, 2026 14:29
@hfakkiz hfakkiz changed the title fix(Others): Fix prescaler value for timer revA in Zephyr fix(Other): Fix prescaler value for timer revA in Zephyr Feb 19, 2026
@ttmut ttmut merged commit 5f4e038 into main Feb 23, 2026
21 of 22 checks passed
@ttmut ttmut deleted the fix/zephyr-tmr-prescaler branch February 23, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Zephyr MSDK Zephyr related change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants