Skip to content

hw/mcu/nrf54l: Add GRTC as hal timer TIMER_5#3639

Draft
mkasenberg wants to merge 1 commit into
apache:masterfrom
mkasenberg:nrf54l15-grtc-as-cputime
Draft

hw/mcu/nrf54l: Add GRTC as hal timer TIMER_5#3639
mkasenberg wants to merge 1 commit into
apache:masterfrom
mkasenberg:nrf54l15-grtc-as-cputime

Conversation

@mkasenberg
Copy link
Copy Markdown
Contributor

Support for RTC10 has been removed since nrfx 3.10.0

Comment thread hw/mcu/nordic/nrf54lxx/src/hal_timer.c Outdated
/*
* Schedule compare relative to current absolute GRTC time.
*/
expiry64 = cntr + hal_rtc_ticks_to_grtc((uint32_t)delta_ticks);
Copy link
Copy Markdown
Contributor

@andrzej-kaczmarek andrzej-kaczmarek May 15, 2026

Choose a reason for hiding this comment

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

this is probably incorrect. timer value should be always aligned with "logical" rtc tick, otherwise the tick is set to be anywhere 0..+31us vs. actual tick time

Support for RTC10 has been removed since nrfx 3.10.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants