STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! timer reset by clearing counter register

Hi,​I'm resetting the timer without disabling it, i clear the counter register by __HAL_TIM_SET_COUNTER(&htim2, 0);this will reset the htim2.Instance->CNT, which is the counter period,however the timer was set to be count up to (prescalar) * (counter...

Olly Kao by Associate III
  • 1604 Views
  • 2 replies
  • 0 kudos

Resolved! Is STM32746BG and STM32F767BG equivalent?

Hi everyone,I workin on a project that use STM32F746BG microcontrollers. I completed design and mass production process for PCB's. Now I working on software that use TouchGFX, LWIP, 7 inch Display and many other component for project. But I fulled 32...

0693W000002lFLaQAM.png

Problem reading dht11 sensor data with stm32f429i-disc1.

Hi everyone. I am using a stm32f429i-disc1 board to read data from the dht11 sensor, but it cannot read the humidity and temperature. I attach the code that I am using.The screen displays "Hello world!", "Humidity: 0.0" and "Temp: 0.0", and when I u...

CMart.2 by Associate II
  • 2154 Views
  • 2 replies
  • 0 kudos

Trigger TIM2 using a GPIO as external trigger

Hi,on a STM32L451CE I try to make use of TIM2 timer. I want to start this timer on an external trigger event. From the device datasheet I know that the pin PA0 can be used with AF14 as a TIM2_ETR. However when I setup the timer it doesnt start counti...

SKrey.1 by Associate II
  • 1479 Views
  • 5 replies
  • 0 kudos

Does an ISR violate ongoing I2C communication?

I am doing i2c reads in my while(1) loop. I do have an external interrupt source. I wonder, if the external interrupt arrives while data is being sent on i2c bus, what will happen? The mcu will enter to interrupt service routine clearly, will i2c per...

YAkse by Associate III
  • 526 Views
  • 1 replies
  • 0 kudos

LPUART baud rate

I have chosen the STM32L07 as it has a LPUART that, from my reading, is ideal for my project where I have to communicate with an SDI12 sensor running 1200-baud 7-bits even parity. When I try and change the 209700bits/s default in the STMCubeMX to 120...

Resolved! Code runs fine after `st-flash write`, but not after reset

I'm using the template code for the STM32F7508-DISCO from the STM32CubeF7 repository with the only change being that I add a LED toggle and a busyloop to an infinite loop in `main`. The startup code and everything else is per the template.If I flash ...

GSpre.1 by Associate III
  • 1521 Views
  • 5 replies
  • 0 kudos

Resolved! what is the the hardware fifo size of STM32f103CB and how to know whether the FIFO is empty or full?

HiAs the title mentioned, I can't find relevant information in the datasheet.I get some problem when using UART. I have two chips, the master chip transmits packages to RS485 Bus line, and the slave chip receives it then transmits the respond(UART1),...

Olly Kao by Associate III
  • 1937 Views
  • 3 replies
  • 0 kudos