stm32g431 timer encoder mode master slave
any one can help me how to used 2 pcs 16bit timer for make one 32bit on encoder mode need one example for setup timer
Ask questions, find answers, and share insights on STM32 products and their technical features.
any one can help me how to used 2 pcs 16bit timer for make one 32bit on encoder mode need one example for setup timer
I am making a bootloader for stm32f030k6t6 using keil, I already made the first tests with the bootloader and a simple application with a led to know if the bootloader jumps for the application and it works fine, it has been hard for me to understand...
Hello everybody,On actual project, I need to interface my STM32F051C8 to a HTS221TR Temperature & Humidity sensor.Communication is through SPI1, STM32 is master, there is 1 bidirectional data line, 1 clock, 1 Slave Select.Final usage will be in polli...
Board: Nucleo-144Chip: STM32L4R5ZIT6PHey all!I have a curios problem when executing code from SRAM. My firmware lies in flash and occasionally jumps to a externally loaded binary in SRAM. As the cycle count of this binary is quite crucial, I used the...
I supply my STM32G4 with 3.3V. The 3.3V is more like 3.246 Volt. The VREF+ is connected externally to VDDA, which is connected to the 3.246V.My VREFINT_CAL_ADDR is 1662. On the Vref channel of the ADC I measure 1465, so I calculated 3.4034V for VDDA....
Hello,I can't figure out why the STM32H747I-DISCO does not start when I connect an CR2032 Battery to vbat.After turning the external powersupply off and on again, nothing happens and the debugger is disconnected.So I can't easily debug where exactly ...
Hi,I'm currently working on a project with the STM32H750. This project should be able to go to stop mode and wake up with a button press. The normal application/operation (before going to stop mode) is working properly on both revision V and revision...
Hello, Basically i am trying to get data at GPIO with inc with clk. The clk is used as a interrupt. The speed of interrupt is 500KHz.Here i am able to detect each intrrupt but i am missing the data at GPIO and not able to get the same data every time...
We are having problems getting a PWM output from Timer 1(nothing on the PC10 pin.) STM32G070 Low Level drivers Alternate function 2 of PC10 is Timer1 channel 3 Code is based on STM32CubeG0-master\Projects\NUCLEO-G070RB\Examples_LL\TIM\TIM_PWM...
I'm just starting to learn how to program ARM microcontrollers using ST's HAL. So I have this code which generates a 1khz and 20khz signal using a timer in output compare mode. That all works well and I tested it with a scope and it's as expected. Th...