1. How can we watch the PWM signal output in the Stm32 cube ide ?
2. How can we watch UART serial-based output console in the STM32 cube ide?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 12:01 AM
I need answers with producer for above queries for learning about stm32 mcus with stm32 cube ide.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
-
TIM
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 1:56 AM
Hello,
- PWM signal :
Check the signal with an Oscilloscope.
- UART console
Create a new Command Shell Console.
Configure the new Console just as you did with PuTTY.
- Also, You can too open a console emulator such as TeraTerm. Configure the console baud rate and data bits length. The COM Port name may differ on your PC.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 1:56 AM
Hello,
- PWM signal :
Check the signal with an Oscilloscope.
- UART console
Create a new Command Shell Console.
Configure the new Console just as you did with PuTTY.
- Also, You can too open a console emulator such as TeraTerm. Configure the console baud rate and data bits length. The COM Port name may differ on your PC.
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 2:07 AM
Regarding PWM watching console, does not have any inbuilt console in stm32 cube ide?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-03-21 2:17 AM
For the UART communication, check this link :Getting started with UART - stm32mcu (stmicroelectronics.cn)
PWM: try to debug ,check the value of the registers and get the results via an Oscilloscope.
Hands-On with STM32 Timers: Complementary Variable Frequency PWM - Bing video
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
