STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How can I make a STM32H7A3 UART work in loopback mode?

I have some simple polling UART code that works fine when connected to a GPS receiver. I send a command and get a response back. Now I'm trying something new and it would be convenient to work with RX and TX looped back (connected together) so I rece...

magene by Senior II
  • 2538 Views
  • 3 replies
  • 1 kudos

STM32F1xx smbus send address no ack?

my smbus device is a temperature sensor (TMP100).MCU is STM32F103RBT6when i wrote a word to slave as following:I2C_GenerateSTART(SMBus_NAME, ENABLE);while(!I2C_CheckEvent(I2C2,I2C_I2C_Send7bitAddress(SMBus_NAME, slaveAddr, I2C_Direction_Transmitter)...

Jseyn.1 by Associate III
  • 1263 Views
  • 6 replies
  • 1 kudos

EMW3080 not working properly

Hi,I flashed an EMW3080B module with this firmware ST-EMW3080B_V2.1.11_SPI.ALL from this location on another board not B-U585I-IOT02A. It is connectet to SPI from STM32. Problem is next: when MCU set pin 11(CHIP_EN) from EMW3080B to HIGH to enable mo...

MZamu.1 by Associate
  • 516 Views
  • 0 replies
  • 0 kudos

Resolved! Want (software) reset of CPU (STM32F051) in response to hard fault interrupt but can't compile NVIC_SystemReset() - "implicit declaration..."

I'm exploring STM32F051 using STM32CUBE IDE without use of HAL or lower level support routines (i.e., upon entry at reset vector, manually configure peripheral registers and go - so far so good :)I wish to cause a reset from within hard fault handler...

wb0gaz by Senior
  • 1700 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L4P5ZG watchdog timer

How do I implement a watchdog timer for the L4P5ZG device? I have the LPTIM1 example running but I do not see a built-in watchdog timer for this device under the timer tab.

TMulr.1 by Associate
  • 650 Views
  • 3 replies
  • 0 kudos

stm32f4 weird crashing

Hi everyone,I'm dealing with some difficult problem for quite a while. I am using an stm32f411ce running on 80mhz. I have a code in which I am reading data from some sensors and then processing it. when I run the code it crashes randomly with differe...

EPora.1 by Associate II
  • 764 Views
  • 4 replies
  • 0 kudos

Resolved! APB2<->AHB1 or APB2<->AHB2 ?

Hi!RM0468 "Figure 1. System architecture" show interconnect between APB2/AHB1. But in the DS13311 "Figure 1. STM32H725xE/G" block diagram shown interconnect APB2/ AHB2.So is there error or there is exactly diagram in DS13311 and generic in RM0468? 

Aleks by Associate III
  • 510 Views
  • 1 replies
  • 0 kudos