Is it possible to modify ongoing ic polarity using HAL libraries?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-19 4:06 AM
I need to modify ongoing the ic polarity of a timer input capture channel. I could act by changing
change TIM_CCER_CC1P directly, but i want to know if there is any other solution using HAL libraries.
I'm using an STM32G0 mc
Thank you in advance.
Enrico Tonetto
Deasystem
Labels:
- Labels:
-
STM32Cube MCU Packages
-
STM32G0 Series
-
TIM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-19 4:20 AM
Cube/HAL is open source, you can look it up yourself. It will be a macro which will change the very same bit.
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-03-19 4:23 AM
