Input capture Unit configuration using STM32CubeIDe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-05 10:08 PM
Hello Team,
I did not find any option to configure the Input Capture Unit for the STM32H743BIT6 board.
Could you please let me know how to do that?
Any suggestions will be helpful.
Thank you
Akhilesh
- Labels:
-
STM32H7 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-06 2:19 AM
Hello @Akhilesh30,
Could you further detail the issue?
Using STM32CubeMX, and selecting STM32H743BIT6 as MCU, you can configure channels with input capture mode as following:
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
‎2025-01-30 12:02 AM
Thank you.
I have one more question like what is the maximum frequency we can capture with one channel and using DMA Mode.
I cannot try it out since i do not have a board.
If anyone could please let me know, It would be of great help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-30 2:35 AM
Hello again @Akhilesh_30,
This depends on several factors, the timers can be clocked up to 200 MHz (assuming the maximum clock configuration), the DMA controllers can handle high-speed data transfers, but the actual speed is limited by the system clock and bus speeds
For example, assuming the timer is running at 200 MHz and the minimum number of timer ticks required to capture an event is 4: f​max​​=​​​200 MHz/4 ​​=50 MHz
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.
