STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 604 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_...

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
  • 1279 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F030 Halts upon enabling ADC

Hi,I am new to STM32 MCUs and working on a small project at the moment. I following the reference manual but facing an issue that as soon as I enable ADC in CR, the MCU stops responding. I have attached the following code if someone could guide on wh...

x4ce by Associate III
  • 626 Views
  • 1 replies
  • 0 kudos