Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
abodi.1
Associate II
since
2023-03-29
2023-06-21
User statistics
10
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
STMicroelectronics Community
About abodi.1
Options
Report User
User Activity
Posts
Replies
hello is there a function among the HALL functions that allows me to move the TIM1 output on the X axis through a potentionometer
2023-05-18
how to write on the CCR2 register.
2023-05-10
Hello all the community can you help me on the code that will give me access to vary the value of the pulse using a variable on the debugger thanks. For info the application is a PWM command with duty cycle
2023-04-11
Hello Mr. can you help me on how I can create a variable that will change my duty cycle on the debugger thank you
2023-03-29
Re: how to write on the CCR2 register.
2023-05-10
Yes it is active when I enter a value directly on here "" sConfigOC.Pulse = 250;"". it just takes the value set at the beginning.thank you
Re: Hello all the community can you help me on the code that will give me access to vary the value of the pulse using a variable on the debugger thanks. For info the application is a PWM command with duty cycle
2023-04-11
thank you there are more errors but I don't see where I have to vary the duty cycle
Re: Hello all the community can you help me on the code that will give me access to vary the value of the pulse using a variable on the debugger thanks. For info the application is a PWM command with duty cycle
2023-04-11
@pavel A. look
Re: Hello all the community can you help me on the code that will give me access to vary the value of the pulse using a variable on the debugger thanks. For info the application is a PWM command with duty cycle
2023-04-11
I have to write it on my main code the wile loop while (1) { /* USER CODE END WHILE */TIM1->CCR2=250; /* USER CODE BEGIN 3 */ }
Re: Hello all the community can you help me on the code that will give me access to vary the value of the pulse using a variable on the debugger thanks. For info the application is a PWM command with duty cycle
2023-04-11
@Pavel A. I copied and pasted it on my program but it generated errors ../Core/Src/main.c:109:6 : warning : 'SysTick_Handler' défini mais non utilisé [-Wunused-function] 109 | void SysTick_Handler(void)
View more