-
Notifications
You must be signed in to change notification settings - Fork 3k
Nuvoton: Rework us_ticker/lp_ticker with one H/W timer #6228
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
Conversation
…W timer Originally, we use 2 H/W timers for us_ticker/lp_ticker, one for counting and the other for alarm. With H/W timer running in continuous mode, we could use just one H/W timer for counting/alarm simultaneously.
NUC472/ARM
NUC472/GCC_ARM
NUC472/IAR
|
M453/ARM
M453/GCC_ARM
M453/IAR
|
M487/ARM
M487/GCC_ARM
M487/IAR
|
NANO130/ARM
NANO130/GCC_ARM
NANO130/IAR
|
@0xc0170 Any update? |
/morph build |
Build : SUCCESSBuild number : 1333 Triggering tests/morph test |
Test : SUCCESSBuild number : 1117 |
Exporter Build : SUCCESSBuild number : 990 |
Description
Originally, we use 2 H/W timers to implement us_ticker/lp_ticker, one for counting and the other for alarm. With H/W timer running in continuous mode, we could use just one H/W timer for counting/alarm simultaneously.
Target
NUMAKER_PFM_NUC472
NUMAKER_PFM_M453
NUMAKER_PFM_M487
NUMAKER_PFM_NANO130
Toolchain
ARM
GCC_ARM
IAR
Pull request type