2020-12-09 11:14 AM
2020-12-10 06:55 AM
That looks like simple PWM - use PWM mode.
2020-12-09 02:27 PM
Your question is not clear. What I/O? What do you mean by preview?
2020-12-10 01:04 AM
I am working on STM32F746G-DISCO. STM32F746NGH6 processor. I am using STM32CubeIDE version 1.5.0. I am using debug. For example, I set the input D2. Where in the STM32CubeIDE program I can observe the state 0 or 1. The same for the output signals. I / O are input or output pins.
2020-12-10 02:14 AM
Look into GPIOx->IDR register in debug SFRs weiv.
2020-12-10 03:35 AM
Well.
1. I give a name to the pin, eg INTPUT1. Where can I find the corresponding register in SFRs?
2. I set TIM3 to generate pulses. Can it be set so that the first impulse appears after a set period?
2020-12-10 04:01 AM
2020-12-10 05:24 AM
2020-12-10 06:55 AM
That looks like simple PWM - use PWM mode.
2020-12-10 06:58 AM
That looks like simple PWM - use PWM mode.
2020-12-10 07:00 AM
I will check.