STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32 U575 ADC1 differential channel configuration

I am having some difficulty configuring STM32U575 ADC1 for Differential inputs. The reference manual and auto-generated code seem to have conflicting information:The ADC1 Connectivity diagram from Reference Manual (below) indicates configuring Channe...

0693W00000JNRSdQAP.png 0693W00000JNRRzQAP.png
Tvoge.1 by Associate II
  • 1271 Views
  • 1 replies
  • 1 kudos

Resolved! QSPI migration from STM32F7 to STM32H7

Hi Folks,I've been asked to look at a problem we are having migrating from the STM32F7 to STM32H7. We are seeing a problem when communicating with the QUAD SPI chip (Micron MT25QL256ABA).(I've very familiar with SPI communications and microcontrolle...

STM32H753 FLASH ECC Question. Always enabled?

Hey there everyone.I'm currently writing a bootloader for an STM32 device. The ECC functions on the flash controller are important to us, but the datasheet doesn't show whether it has to be enabled or not. And I cannot find any registers with an enab...

How to calibrate the ADC of a STM32F7?

I am currently using a STM32F767ZI. As the function "HAL_ADCEx_Calibration_Start" is not possible for a STM32F7, is there any other funtion or method (e.g. calibrating manually) for an ADC calibration to increase its accurancy?Thanks for any help.

LPräm.1 by Associate
  • 988 Views
  • 2 replies
  • 0 kudos

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
  • 2145 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
  • 1056 Views
  • 6 replies
  • 1 kudos