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

Jump to Boot app

Hello, I am using bootloader software on stm32U5 microcontroller. After updating the software while in boot mode, the processor jumps to the user app without resetting itself. However, when jumping from the User app to the boot app, it does not switc...

cetin by Associate
  • 90 Views
  • 1 replies
  • 1 kudos

STM32f446re

HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1000); readValue1 = HAL_ADC_GetValue(&hadc1); HAL_ADC_Stop(&hadc1); HAL_Delay(100);   HAL_ADC_Start(&hadc2); HAL_ADC_PollForConversion(&hadc2,1000); readValue2 = HAL_ADC_GetValue(&hadc2); HAL_...

STM32H745ZIT6 ADC error

I'm encountering an issue with the ADC on my STM32H745ZIT6 microcontroller when reading voltages from a power supply. Here's the problem in detail:I'm using the ADC to convert analog voltages from a power supply into digital values. However, I've not...

MorisG_PE by Associate II
  • 400 Views
  • 15 replies
  • 2 kudos

netxduo mqtt application

Hallo,I have to question, all about netxduo.1. how to set the pool size of netxduo at the least value possible2. I need to use the mqtt client packet.  Is it necessary also to enable the arp protocol, icmp protocol, the TCP protocol, the udp protocol...

IVent.1 by Senior
  • 65 Views
  • 0 replies
  • 0 kudos

Reading two PWM signals using only two channels.

Hi! Library used: Standard Peripheral Library (Yea, I must use this one)Hardware:Test bench that can generate two pwm signals ( A and B )Cable that connects the test bench to the other boardOther board that should read the signal, delivered by the ca...

Resolved! STM32 H5 I3C 0x7E start byte in I2C waveform

Hello,I am trying to use the I3C interface between STM32H563ZI in MB1404 board and NXP's temperature sensor P3T1085UK. I have found a question would like to be answered: Is there any way to send the IBI header (7'h7E) with SCL signal configured in I2...

spike_filter.png IBI_header.png
Ren1 by Associate
  • 129 Views
  • 1 replies
  • 0 kudos
Labels