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

Motorola 1D Barcode Scanner using USB Host HID

In one of my projects I'm using USB Host with STM32F407, It's working fine for both keyboard and mouse but while using Motorola Barcode scanner i face some issue related to USB host ID as it keeps on changing. It will connect with " HID_Device " Id, ...

Can't wake up with RTC on certain period

Hello!I am trying to wake up STM32L4 from STOP2 mode on each 3 seconds using RTC.This is the RTC initialization code:static void MX_RTC_Init(void){/* USER CODE BEGIN RTC_Init 0 *//* USER CODE END RTC_Init 0 */RTC_TimeTypeDef sTime = {0};RTC_DateTypeD...

LMehm by Associate II
  • 724 Views
  • 2 replies
  • 0 kudos

Resolved! Having a problem with the USART on my STM32WL55JC2.

I am having a problem with the USART on my STM32WL55JC2. I have configured the USART correctly, and I am using the correct pins, but the USART is not working.I have tried the following to troubleshoot the problem:I have checked the configuration of t...

ABell.5 by Associate II
  • 853 Views
  • 3 replies
  • 1 kudos

NDEBUG doesn't seem to work as expected

I'm working through some code size optimization efforts and noticed that our list file includes some calls to __assert_func. We're not using asserts in our codebase so I'm guessing one of the standard libs is using it. I checked and we have defined N...

Konami by Senior II
  • 957 Views
  • 3 replies
  • 0 kudos

Resolved! ESD protection on JTAG and SWD

I am reading the  "Getting started with STM32U5 MCU" guie, which mentions that JTAG/SWD lines should have a 47-Ohms resistor and a 6.1V diode for ESD protection,.I am using s STLINK-V3SET to program a custom board. STLINK already includes these compo...

dhs by Senior
  • 3102 Views
  • 3 replies
  • 1 kudos

Resolved! stm32c011f6p6

I needed a help how to implement shutdown mode and wakeup from external reset in my application   while (1) { HAL_Delay(100); // MAINS INPUT Adc_Mains(); HAL_ADC_Start(&hadc1); HAL_ADC_PollForConversion(&hadc1,1...

meena by Associate III
  • 4423 Views
  • 8 replies
  • 1 kudos

Current sensitivity for Analog input

Hi all,I'm working with an STM32WL and I'm looking for an information I can't found. I have a voltage divider with 2 resistors to meseaure the battery voltage. I'd like to know what is the minimum current that the stm32wl can have on an analog input ...

SBaro.11 by Associate III
  • 2206 Views
  • 6 replies
  • 3 kudos