STM32G071 Timer One Pulse Mode Not Working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-02-26 2:23 AM
Hi,
I have NUCLEO-G071RB board . My System Clock frequency is 64 MHz .
The Timer (6) with Generates Continue Interrupt is working fine by CubeMx Code
By Just adding HAL_TIM_Base_Start_IT(&htim6) ; Line
I need only One Pulse But One Pulse Mode on "Cube Check Box Option" is not working at my ends
if(SW == 0)
{
// Generate One Pulse according to Timer
HAL_TIM_Base_Start_IT(&htim6) ;
}
Do I need something extra in code ?
--
Karan
Labels:
- Labels:
-
STM32CubeMX
-
STM32G0 Series
-
TIM
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
